as.list.ggproto: Convert a ggproto object to a list

Description Usage Arguments

Description

This will not include the object's super member.

Usage

1
2
## S3 method for class 'ggproto'
as.list(x, inherit = TRUE, ...)

Arguments

x

A ggproto object to convert to a list.

inherit

If TRUE (the default), flatten all inherited items into the returned list. If FALSE, do not include any inherited items.

...

Further arguments to pass to as.list.environment.


duthedd/ggplot2 documentation built on May 20, 2019, 11:13 a.m.