Learn R Programming

christmas (version 1.3.0)

xmashelix: Christmas helix.

Description

Christmas helix (2023 card). A helix with a Christmas message.

Usage

xmashelix(
  year = 2024,
  language = c("english", "spanish", "catalan"),
  totalsecs = NULL,
  seed = NULL
)

Value

A Christmas card plot including a message in a helix.

Arguments

year

Year to be printed. Default is 2024.

language

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

totalsecs

Approximate total time, in seconds, to create the card. Default is NULL (and it is internally set).

seed

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

Author

Jose Barrera-Gomez.

Examples

Run this code
# \donttest{
xmashelix(year = 2024, language = "catalan", totalsecs = 1)
# }

Run the code above in your browser using DataLab