plot.perturb {accuracy}R Documentation

Generic methods for perturbations.

Description

Perturbations objects can be printed, summarized, and plotted .

Usage

plot.perturb(x, ask=dev.interactive(), ...)
anova.perturb(object, ...)
print.perturb(x, quiet=T, ...)
summary.perturb(object, ...)

Arguments

x perturb object to plotted or printed
object perturb object to be summarized, or presented as an anova
... additional parameters passed to xxx.default functions
ask whether to pause and ask between plots
quiet whether to print low-level details of perturb object

Value

see the related generic functions

Author(s)

Micah Altman Micah_Altman@harvard.edu http://www.hmdc.harvard.edu/micah_altman/

See Also

perturb


[Package accuracy version 1.06 Index]