autoplot2: Create a complete ggplot appropriate to a particular data...

View source: R/reexports.R

autoplot2R Documentation

Create a complete ggplot appropriate to a particular data type

Description

autoplot2() uses ggplot2 to draw a particular plot for an object of a particular class in a single command. This defines the S3 generic that other classes and packages can extend.

Usage

autoplot2(object, ...)

Arguments

object

an object, whose class will determine the behaviour of autoplot

...

other arguments passed to specific methods

See Also

autoplot()


kvasilopoulos/exuber documentation built on March 18, 2024, 8:49 a.m.