print.apero | R Documentation |
Print method for an object of class "apero".
## S3 method for class 'apero'
print(x, ...)
x |
An object of class "apero". |
... |
Further arguments passed from other methods. |
Invisibly, the input is returned.
x <- apero()
x
x2 <- apero(1, 1)
x2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.