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