new_gglist: Create a new 'gglist' object

View source: R/gglist.R

new_gglistR Documentation

Create a new gglist object

Description

Create a new gglist object

Usage

new_gglist(x = list())

Arguments

x

A list of ggplot2 objects to convert into a gglist

Value

The list verified to be a gglist and with the gglist class

See Also

Other New ggtibble objects: new_ggtibble()

Examples

new_gglist(list(NULL, ggplot2::ggplot(data = data.frame())))

ggtibble documentation built on June 22, 2024, 10:55 a.m.