plot.accFirstLook {accuracy}R Documentation

Generic methods for first look.

Description

Initial look objects are meant to printed or plotted

Usage

## S3 method for class 'accFirstLook':
plot(x, single=FALSE, ask = dev.interactive(), ...)
## S3 method for class 'accFirstLook':
print(x, ...)

Arguments

x perturb object to plotted or printed
ask ask to make plots
... additional parameters passed to xxx.default functions
single single plot only

Value

see the related generic functions

Note

See firstLook for an example.

Author(s)

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

See Also

firstLook

Examples

# see firstLook()

[Package accuracy version 1.31 Index]