Learn R Programming

christmas (version 1.0.0)

xmas2019regression: Christmas card 2019.

Description

Christmas card 2019: a Christmas regression model.

Usage

xmas2019regression(year = 2020, language = c("english", "spanish",
  "catalan"), time = 12, seed = NULL)

Arguments

year

Year to be printed. Default is 2020.

language

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

time

Total time, in seconds, for the card generation. Default is 12.

seed

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

Value

An illustration of the Christmas regression model.

Examples

Run this code
# NOT RUN {
xmas2019regression()
xmas2019regression(year = 2021, language = "catalan", time = 5)
# }

Run the code above in your browser using DataLab