summary | R Documentation |
Produce summaries for the different pacu objects
## 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)
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. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.