Learn R Programming

fgeo.plot (version 1.1.11)

autoplot_by_species: 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, ...)

Value

A list of objects of class "ggplot".

Arguments

object

An object of supported S3 class.

...

Other arguments passed to specific methods.

See Also