map_gg: Apply 'ggplot()' on a list of data frames or on a (grouped)...

Description Usage Arguments Value

Description

Apply ggplot() on a list of data frames or on a (grouped) data frame.

Usage

1
2
3
4
5
6
7
map_gg(data = NULL, ...)

## S3 method for class 'data.frame'
map_gg(data = NULL, ...)

## S3 method for class 'list'
map_gg(data = NULL, ...)

Arguments

data

A list of data frames or a (grouped) data frame.

...

Layers to be added to ggplot

Value

A gglist class object which is a list of gg class objects


atusy/ggAtusy documentation built on June 6, 2019, 8:41 p.m.