Plot individual fits or model fit parameters from an object of class 'bdotsObj'. These functions are not very stable
# S3 method for bdotsObj
plot(x, fitCode = NULL, gridSize = NULL, plotfun = "fits", ...)
This will return a list of all of the plots rendered.
An object of class 'bdotsObj' returned from bdotsFit
Currently not used
Length one numeric indicating size of plot grid. Default is 2x2. For right now, they are square
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