plot-methods {NADA} | R Documentation |
Methods for function plot in Package NADA
Description
Methods for plotting objects in package NADA
Usage
## S4 method for signature 'ros'
plot(x, plot.censored=FALSE, lm.line=TRUE, grid=TRUE, ...)
## S4 method for signature 'cenfit'
plot(x, conf.int=FALSE, ...)
## S4 method for signature 'cenmle'
plot(x, ...)
## S4 method for signature 'cenreg'
plot(x, ...)
Arguments
x |
An output object from a NADA function such as |
conf.int |
A logical indicating if confidence intervals should be computed. For
|
plot.censored |
|
lm.line |
|
grid |
|
... |
Additional arguments passed to the generic method. |
See Also
[Package NADA version 1.6-1.1 Index]