plot.derivedopenCR: Plot Derived Estimates

View source: R/plot.derivedopenCR.R

plot.derivedopenCRR Documentation

Plot Derived Estimates

Description

Session-specific estimates of the chosen parameter are plotted.

Usage


## S3 method for class 'derivedopenCR'
 plot(x, par = "phi", add = FALSE, xoffset = 0, ylim = NULL, 
    useintervals = TRUE, intermediate.x = TRUE, ...)
    

Arguments

x

openCR object from openCR.fit

par

character names of parameter to plot

add

logical; if TRUE then points are added to an existing plot

xoffset

numeric offset to be added to all x values

ylim

numeric vector of limits on y-axis

useintervals

logical; if TRUE then x values are spaced according to the intervals attribute

intermediate.x

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

Details

If ylim is not provided it is set automatically.

Confidence intervals are not available in this version.

Value

The x coordinates (including xoffset) are returned invisibly.

See Also

plot.openCR

Examples


## Not run: 

fit <- openCR.fit(dipperCH, type='JSSAfCL', model = phi~session)
der <- derived(fit)
plot(der,'N', pch = 16, cex = 1.3)


## End(Not run)


openCR documentation built on Sept. 25, 2022, 5:06 p.m.