| autoplot_by_species | R Documentation |
autoplot_by_species uses ggplot2 to create a list of plots by species
for an object of a particular class in a single command. It extends the
S3 generic defined by ggplot2::autoplot().
autoplot_by_species(object, ...)
object |
An object of supported S3 class. |
... |
Other arguments passed to specific methods. |
A list of objects of class "ggplot".
ggplot2::autoplot().