# S4 method for vegtable
summary(object, units="Kb", ...)# S4 method for coverconvert
summary(object, ...)
# S4 method for shaker
summary(object, companion, authority=FALSE, ...)
Object to be summarized.
Units used for object size (passed to format
).
Logical value indicating whether authors should be displayed or not.
further arguments to be passed to or from other methods.
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.
# NOT RUN {
library(vegtable)
## Summary for 'vegtable' objects
data(Wetlands)
summary(Wetlands_veg)
## Summary for 'coverconvert' objects
data(braun_blanquet)
summary(braun_blanquet)
## Summary for 'shaker' objects (alone and with companion)
summary(Wetlands)
summary(Wetlands, Wetlands_veg)
# }
Run the code above in your browser using DataLab