Format a ggproto object
## S3 method for class 'ggproto' format(x, ..., flat = TRUE)
x
A ggproto object to print.
...
If the ggproto object has a print method, further arguments will be passed to it. Otherwise, these arguments are unused.
print
flat
If TRUE (the default), show a flattened list of all local and inherited members. If FALSE, show the inheritance hierarchy.
TRUE
FALSE