Learn R Programming

vegtable (version 0.1.8)

summary: Summary method for vegtable objects

Description

Display summaries for vegtable objects.

Those methods are implemented for objects of the classes vegtable, coverconvert and shaker.

The method for class vegtable retrieves the metadata, the size of the object, its validity and additional statistics on the content of input object.

For objects of class shaker, the function summary() will either retrieve general statistics when companion is missing, or a more detailed display when accompained by a taxlist or vegtable object.

Usage

# S4 method for vegtable
summary(object, units = "Kb", ...)

# S4 method for coverconvert summary(object, ...)

# S4 method for shaker summary(object, companion, authority = FALSE, ...)

# S4 method for vegtable show(object)

# S4 method for vegtable print(x, ...)

# S4 method for coverconvert show(object)

# S4 method for coverconvert print(x, ...)

# S4 method for shaker show(object)

# S4 method for shaker print(x, ...)

Arguments

object, x

Object to be summarized.

units

Units used for object size (passed to format()).

...

further arguments to be passed to or from other methods.

companion

Companion object (either a taxlist or a vegtable object.

authority

Logical value indicating whether authors should be displayed or not.

Author

Miguel Alvarez kamapu78@gmail.com

Examples

Run this code
## Summary for 'vegtable' objects
summary(Wetlands_veg)
## Summary for 'coverconvert' objects
summary(braun_blanquet)
## Summary for 'shaker' objects (alone and with companion)
summary(Wetlands, Wetlands_veg)

Run the code above in your browser using DataLab