as.list.ggproto {ggplot2} | R Documentation |
Convert a ggproto object to a list
Description
This will not include the object's super
member.
Usage
## S3 method for class 'ggproto'
as.list(x, inherit = TRUE, ...)
Arguments
x |
A ggproto object to convert to a list. |
inherit |
If |
... |
Arguments passed on to
|
[Package ggplot2 version 3.5.1 Index]