autoplot.list: Autoplot list

View source: R/base_fortify_list.R

autoplot.listR Documentation

Autoplot list

Description

Autoplot list

Usage

## S3 method for class 'list'
autoplot(object, data = NULL, nrow = NULL, ncol = NULL, scales = "free_y", ...)

Arguments

object

list instance

data

original dataset, if needed

nrow

Number of facet/subplot rows

ncol

Number of facet/subplot columns

scales

Scale value passed to ggplot2

...

other arguments passed to methods

Value

ggplot


ggfortify documentation built on March 31, 2023, 11:52 p.m.