If a ggproto object has a $print
method, this will call that method.
Otherwise, it will print out the members of the object, and optionally, the
members of the inherited objects.
# S3 method for ggproto print(x, ..., flat = TRUE) # S3 method for ggproto format(x, ..., flat = TRUE)
x | A ggproto object to print. |
---|---|
... | If the ggproto object has a |
flat | If |
#> Woof!cat(format(Dog), "\n")#> <ggproto object: Class gg> #> print: function