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

Arguments

object

An object of supported S3 class.

...

Other arguments passed to specific methods.

Value

A list of objects of class "ggplot".