Learn R Programming

christmas (version 1.0.0)

xmas2010text: Christmas card 2010.

Description

Christmas card 2010: random allocation of repetitions of the Christmas message.

Usage

xmas2010text(year = 2011, language = c("english", "spanish",
  "catalan"), seed = NULL)

Arguments

year

Year to be printed. Default is 2011.

language

Language to be used in the card. One of c("english", "spanish", "catalan"). Default is "english".

seed

Seed for reproducibility of the card. Default is NULL (no seed).

Value

A Christmas card plot including the repetition of the same message randomly allocated.

Examples

Run this code
# NOT RUN {
xmas2010text()
xmas2010text(year = 2020, language = "spanish", seed = 666)
# }

Run the code above in your browser using DataLab