Learn R Programming

pacu (version 0.1.74)

summary: Produce result summaries of the various pacu objects

Description

Produce summaries for the different pacu objects

Usage

# S3 method for dslist
summary(object, ...)

# S3 method for yield summary(object, ..., by = NULL)

# S3 method for veg.index summary(object, ..., by, fun)

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

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.