Produce summaries for the different pacu objects
# S3 method for dslist
summary(object, ...)# S3 method for yield
summary(object, ..., by = NULL)
# S3 method for veg.index
summary(object, ..., by, fun)
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
object to be summarized
additional arguments. None used currently.
sf or stars object containing the geometries within which the vegetation index values should be summarized
a function to be applied when summarizing the vegetation index data. For example, mean, median, max, min.