untb (version 1.7-3)

print.preston: Print and plot objects of class Preston

Description

Print and plot objects of class Preston

Usage

# S3 method for preston
print(x, ...)
# S3 method for preston
plot(x, ...)

Arguments

x

Object of class “preston”

further arguments passed to print() after class reset

See Also

preston

Examples

Run this code
# NOT RUN {
data(butterflies)
print(preston(butterflies))
# }

Run the code above in your browser using DataCamp Workspace