powered by
Session-specific estimates of the chosen parameter are plotted.
# S3 method for derivedopenCR plot (x, par = "phi", add = FALSE, xoffset = 0, ylim = NULL, useintervals = TRUE, intermediate.x = TRUE, ...)
The x coordinates (including xoffset) are returned invisibly.
openCR object from openCR.fit
character names of parameter to plot
logical; if TRUE then points are added to an existing plot
numeric offset to be added to all x values
numeric vector of limits on y-axis
logical; if TRUE then x values are spaced according to the intervals attribute
logical; if TRUE then turnover parameters are plotted at the mid point on the x axis of the interval to which they relate
other arguments passed to plot, points and segments
plot
points
segments
If ylim is not provided it is set automatically.
Confidence intervals are not available in this version.
plot.openCR
if (FALSE) { fit <- openCR.fit(dipperCH, type='JSSAfCL', model = phi~session) der <- derived(fit) plot(der,'N', pch = 16, cex = 1.3) }
Run the code above in your browser using DataLab