xmastree {christmas} | R Documentation |
Naive Christmas tree.
Description
A random naive Christmas tree (2008 card).
Usage
xmastree(
year = 2009,
language = c("english", "spanish", "catalan"),
seed = NULL
)
Arguments
year |
Year to be printed. Default is |
language |
Language to be used in the card. One of |
seed |
Seed for reproducibility of the card. Default is |
Value
A Christmas card plot including a random tree.
Author(s)
Jose Barrera-Gomez.
Examples
xmastree(year = 2020, language = "catalan", seed = 666)
[Package christmas version 1.3.0 Index]