summary {pacu} | R Documentation |
Produce result summaries of the various pacu objects
Description
Produce summaries for the different pacu objects
Usage
## S3 method for class 'dslist'
summary(object, ...)
## S3 method for class 'yield'
summary(object, ..., by = NULL)
## S3 method for class 'veg.index'
summary(object, ..., by, fun)
Arguments
object |
object to be summarized |
... |
additional arguments. None used currently. |
by |
sf or stars object containing the geometries within which the vegetation index values should be summarized |
fun |
a function to be applied when summarizing the vegetation index data. For example, mean, median, max, min. |
Value
when object is of class dslist, no return value. Called for side effects.
when object is of class yield, returns an object of class data.frame
when object is of class veg.index, returns an object of class stars
[Package pacu version 0.1.44 Index]