plot.apero | R Documentation |
Plot method for an object of class "apero".
## S3 method for class 'apero'
plot(x, emo = "beer", size = 8, color = "orange", ...)
x |
An object of class "apero". |
emo |
An emoji like "beer", "drink", "syringe", "wine_glass".
Use |
size |
Size of emoji. |
color |
Color of emoji. |
... |
Further arguments passed to |
A "ggplot" object.
x <- apero()
x
plot(x)
plot(x, emo = "syringe", color = "red")
x2 <- apero(2, 1)
plot(x2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.