Ravel count from Ewing simulation models
ewing_ageclass.RdRavel counts to produce one comprehensive data frame across species
Usage
ewing_ageclass(
community,
substrate = TRUE,
total = TRUE,
normalize = TRUE,
...
)
ggplot_ewing_ageclass(
object,
main = NULL,
title = NULL,
x_var = c("step", "time"),
time_unit = NULL,
...
)
# S3 method for class 'ewing_ageclass'
autoplot(object, x_var = c("step", "time"), ...)Author
Brian S. Yandell, yandell@stat.wisc.edu