autoplot_by_species: Generic function to create a list of autoplots by species.

View source: R/autoplot_by_species.R

autoplot_by_speciesR 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

ggplot2::autoplot().


fgeo.plot documentation built on Sept. 4, 2022, 1:06 a.m.