summary: summary method for 'mapvizier' class

Description Usage Arguments Details Value Examples

Description

summarizes growth data from mapvizier orbect.

Usage

1
2
## S3 method for class 'mapvizier'
summary(object, ..., digits = 2)

Arguments

...

other arguments to be passed to other functions (not currently supported)

digits

the numbber of digits to round percentatges to.

x

a mapvizier object

Details

Creates a mapvizierSummary object of growth data from a mapvizier object. Includes the following summarizations for every growth term available in the mapvizier object:

Value

summary stats as a mapvizierSummary object.

Examples

1
2
3
data(nweamap)
x<-mapvizier(nweamap)
summarize(x)

almartin82/MAP-visuals documentation built on May 10, 2019, 9:24 a.m.