plot.bdotsObj {bdots}R Documentation

Plot a bdotsFit object

Description

Plot individual fits or model fit parameters from an object of class 'bdotsObj'. These functions are not very stable

Usage

## S3 method for class 'bdotsObj'
plot(x, fitCode = NULL, gridSize = NULL, plotfun = "fits", ...)

Arguments

x

An object of class 'bdotsObj' returned from bdotsFit

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)

Details

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

Value

This will return a list of all of the plots rendered.


[Package bdots version 1.2.5 Index]