autoplot_by_species {fgeo.plot} | R Documentation |
Generic function to create a list of autoplots by species.
Description
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()
.
Usage
autoplot_by_species(object, ...)
Arguments
object |
An object of supported S3 class. |
... |
Other arguments passed to specific methods. |
Value
A list of objects of class "ggplot".
See Also
[Package fgeo.plot version 1.1.11 Index]