plot-methods: Methods for function plot in Package NADA

Description Usage Arguments See Also

Description

Methods for plotting objects in package NADA

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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


NADA documentation built on March 22, 2020, 5:07 p.m.

Related to plot-methods in NADA...