View source: R/plotFunctions.R
plot.bdotsObj | R Documentation |
Plot individual fits or model fit parameters from an object of class 'bdotsObj'. These functions are not very stable
## S3 method for class 'bdotsObj' plot(x, fitCode = NULL, gridSize = NULL, plotfun = "fits", ...)
x |
An object of class 'bdotsObj' returned from |
fitCode |
Currently not used |
gridSize |
Length one numeric indicating size of plot grid. Default is 2x2. For right now, they are square |
plotfun |
Plot either subject fits or model parameters with "fits" or "pars" |
... |
ignore for now (other args to plot.generic) |
Right now, these functions are a bit unstable and expected to change. The largest current issue is with the placement of the legend, which cannot be adjusted. If you are running into issues with seeing things correctly, try making the "Plots" window in RStudio larger before running this function
This will return a list of all of the plots rendered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.