xmastext {christmas} | R Documentation |
Christmas message.
Description
A random repetition of a message (2010 card). Random allocation of repetitions of the Christmas message.
Usage
xmastext(
year = 2011,
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 the repetition of the same message randomly allocated.
Author(s)
Jose Barrera-Gomez.
Examples
xmastext(year = 2011, language = "spanish", seed = 666)
[Package christmas version 1.3.0 Index]