Learn R Programming

NADA (version 1.6-1.1)

plot-methods: Methods for function plot in Package NADA

Description

Methods for plotting objects in package NADA

Usage

# 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, ...)

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