ewing_envelope: Create Envelope of Ewing Simulations

View source: R/envelope.R

ewing_envelopeR Documentation

Create Envelope of Ewing Simulations

Description

Create envelope object for plotting from multiple runs of Ewing simulation.

Usage

ewing_envelope(object, species, item, ordinate = "time", increment = 0.5)

ewing_envelopes(object)

## S3 method for class 'ewing_envelopes'
summary(object, species = NULL, verbose = TRUE, ...)

## S3 method for class 'ewing_envelopes'
print(x, species = NULL, ...)

Arguments

object

object of class 'ewing_envelope' or 'ewing_envelopes'

species

subset on 'species' if not 'NULL'

item

name of item in 'species' to build envelope

ordinate

name of ordinate (X axis) to build envelope

increment

increament for discretizing

verbose

print settings if 'TRUE'

...

additional parameters

x

object of class 'ewing_envelope' or 'ewing_envelopes'


byandell/ewing documentation built on Jan. 3, 2024, 7:27 p.m.