View source: R/plotFunctions.R
plot.bdotsBootObj | R Documentation |
Allows a number of different but also unstable option for plotting an object of class bdotsBoot
## S3 method for class 'bdotsBootObj' plot(x, alpha = NULL, ciBands = TRUE, plotDiffs = TRUE, group = NULL, ...)
x |
An object of class bdotsBootObj |
alpha |
Significance level for plotting confidence intervals. |
ciBands |
Boolean indicating whether or not to include confidence intervals around fitted curves |
plotDiffs |
Boolean to plot difference curve |
group |
Specify group to plot if difference of difference was used. The user can also subset the bdotsBootObj prior to plotting. Currently not used |
... |
ignore for now, but will eventually allow plot parameters |
This plot function is also a bit unstable and is expected to change
List of ggplot objects, which may be helpful if the margins are weird
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.