plot.SATcurve: Plot methods for the object of class 'SATcurve'

Description Usage Arguments See Also Examples

Description

Plot the data points and curve(s) that were fit using fit.SATcurve

Usage

1
2
3
4
5
6
## S3 method for class 'SATcurve'
plot(x, condition, 
  xlim, ylim, npoints = 100, 
  xlab = "Time", ylab="d\'",
  legend=TRUE, labels = TRUE, lab.cex = 1,
  residual = FALSE, pch, col, lwd = 1, ...)

Arguments

x

object of class SATcurve

condition

a vector specifying the condition(s) to be included in the plot. The values should be either numeric index or part of condition labels used in the SAT curve object.

xlim

the x limits of the plot

ylim

the y limits of the plot

npoints

number of data points to use for plotting a curve. Larger value means smoother curve. Default to 100.

xlab

a label for the x axis, default to "Time"

ylab

a label for the y axis, default to "d'""

legend

logical. If TRUE, legends (and fitted parameters of the models) will be printed.

labels

logical. If TRUE, Adjusted R-squared and RMSE of the fitted model will be printed.

lab.cex

cex value for the labels. Default to 1.

residual

logical. If TRUE, a residual plot instead of the fitted curves are drawn. Default to FALSE

pch

a vector of plotting characters or symbols per condition.

col

The colors for lines and points per condition.

lwd

The width of the line use to draw the curve. Defaul to 1.

...

other graphical parameters to be passed.

See Also

fit.SATcurve, plot.mrsat.data,

Examples

1
#see help(fit.SATcurve) for examples

matsukik/mrsat documentation built on May 21, 2019, 12:57 p.m.