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 ros.
conf.int 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.
plot.censored ros: should censored values be plotted?
lm.line ros: should the linear regression line be plotted?
grid ros: should a grid be overlayed?
... Additional arguments passed to the generic method.

See Also

plot


[Package NADA version 1.5-1 Index]