Methods for plotting objects in package NADA
# S4 method for ros
plot(x, plot.censored=FALSE, lm.line=TRUE, grid=TRUE, ...)# S4 method for cenfit
plot(x, conf.int=FALSE, ...)
# S4 method for cenmle
plot(x, ...)
# S4 method for cenreg
plot(x, ...)
An output object from a NADA function such as ros
.
A logical indicating if confidence intervals should be computed. For
cenfit
objects, the confidence interval is set during the call
to cenfit
. Currently not supported for ros
objects.
ros
: should censored values be plotted?
ros
: should the linear regression line be plotted?
ros
: should a grid be overlayed?
Additional arguments passed to the generic method.