ewing_ageclass: Ravel count from Ewing simulation models

View source: R/ggplot.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,
  ...
)

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 Jan. 3, 2024, 7:27 p.m.