Learn R Programming

ggtibble (version 1.0.2)

new_gglist: Create a new gglist object

Description

Create a new gglist object

Usage

new_gglist(x = list())

Value

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

Arguments

x

A list of ggplot2 objects to convert into a gglist

See Also

Other New ggtibble objects: new_ggtibble()

Examples

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

Run the code above in your browser using DataLab