Learn R Programming

christmas (version 1.3.0)

xmaspicasso: Picasso's pigeon.

Description

Approximation to Picasso's pigeon (2022 card).

Usage

xmaspicasso(
  year = 2023,
  language = c("english", "spanish", "catalan"),
  seed = NULL
)

Value

A Christmas card plot including an approximation to Picasso's pigeon.

Arguments

year

Year to be printed. Default is 2023.

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

Author

Jose Barrera-Gomez.

Examples

Run this code
# \donttest{
xmaspicasso()
xmaspicasso(year = 2023, language = "catalan")
# }

Run the code above in your browser using DataLab