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