ewing_ageclass: Ravel count from Ewing simulation models

View source: R/ewing_ageclass.R

ewing_ageclassR Documentation

Ravel count from Ewing simulation models

Description

Ravel counts to produce one comprehensive data frame across species

Usage

ewing_ageclass(
  community,
  substrate = TRUE,
  total = TRUE,
  normalize = TRUE,
  ...
)

ggplot_ewing_ageclass(object, ...)

## S3 method for class 'ewing_ageclass'
autoplot(object, ...)

Arguments

community

object of class ewing with population data by species

substrate

include substrate if TRUE

total

add total column if TRUE

normalize

normalize counts to 1 if TRUE

...

extra parameters not used

Author(s)

Brian S. Yandell, yandell@stat.wisc.edu

References

www.stat.wisc.edu/~yandell/ewing

See Also

init.simulation, future.events, summary.ewing

Examples



## Not run: 
ewing_ageclass( community )

## End(Not run)



byandell/ewing documentation built on June 11, 2025, 4:53 a.m.