xmasneon {christmas} | R Documentation |
Neon Christmas card.
Description
Christmas card using a neon sign (2013 card). It only works for wishing 2014.
Usage
xmasneon(
language = c("english", "spanish", "catalan"),
nflash = 30,
pause = 0.1,
seed = NULL
)
Arguments
language |
Language to be used in the card. One of |
nflash |
Number of flashes shown in the neon sign. Default is 30. |
pause |
Pause, in seconds, between two consecutive flashes shown in the neon sign. Default is 0.1. |
seed |
Seed for reproducibility of the card. Default is |
Value
A Christmas card plot including a message and then a simulations of a neon sign.
Author(s)
Jose Barrera-Gomez.
Examples
xmasneon()
xmasneon(language = "catalan", nflash = 10, pause = 0.05)
xmasneon(nflash = 100, pause = 0.01)
[Package christmas version 1.3.0 Index]