plot.bdotsBootObj {bdots} | R Documentation |
Plot for object of class bdotsBootObj
Description
Allows a number of different but also unstable option for plotting an object of class bdotsBoot
Usage
## S3 method for class 'bdotsBootObj'
plot(x, alpha = NULL, ciBands = TRUE, plotDiffs = TRUE, group = NULL, ...)
Arguments
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 |
Details
This plot function is also a bit unstable and is expected to change
Value
List of ggplot objects, which may be helpful if the margins are weird
[Package bdots version 1.2.5 Index]