Skip to contents

GGPlot of various aspects of simulation.

Usage

ggplot_ewing(object, step = 0, ageclass = TRUE, substrate = !ageclass, ...)

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

# S3 method for class 'ewing'
plot(x, ...)

Arguments

...

other plot parameters

x

object of class ewing with population data by species

Author

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

Examples



if (FALSE) { # \dontrun{
ggplot_ewing( community )
} # }