print.gganimintproto {animint2} | R Documentation |
Print a gganimintproto object
Description
If a gganimintproto 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.
Usage
## S3 method for class 'gganimintproto'
print(x, ..., flat = TRUE)
Arguments
x |
A gganimintproto object to print. |
... |
If the gganimintproto object has a |
flat |
If |
[Package animint2 version 2024.1.24 Index]