new_gglist {ggtibble} | R 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())))
[Package ggtibble version 1.0.1 Index]