pa_summary: Produce result summaries of the various pacu objects

summaryR 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


pacu documentation built on June 8, 2025, 10:44 a.m.