xmashelix {christmas}R Documentation

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
)

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).

Value

A Christmas card plot including a message in a helix.

Author(s)

Jose Barrera-Gomez.

Examples


xmashelix(year = 2024, language = "catalan", totalsecs = 1)


[Package christmas version 1.3.0 Index]