Plot Bounds
Plots a BoundObj Object
## S3 method for class 'BoundsObj' plot( x, plotate = FALSE, plot0 = FALSE, qtecol = "black", atecol = "black", col0 = "black", ylim = NULL, uselegend = FALSE, legloc = "topright", ... )
x
: A BoundsObj Objectplotate
: Boolean whether or not to plot the ATEplot0
: Boolean whether to plot a line at 0qtecol
: Color for qte plot. Default "black"atecol
: Color for ate plot. Default "black"col0
: Color for 0 plot. Default "black"ylim
: The ylim for the plot; if not passed, it will be automatically set based on the values that the QTE takesuselegend
: Boolean whether or not to print a legendlegloc
: String location for the legend. Default "topright"...
: Other parameters to be passed to plot (e.g lwd)Useful links