xmasregression {christmas} | R Documentation |
Christmas regression model.
Description
A plot of the Christmas regression model (2019 card).
Usage
xmasregression(
year = 2020,
language = c("english", "spanish", "catalan"),
time = 4,
seed = NULL
)
Arguments
year |
Year to be printed. Default is |
language |
Language to be used in the card. One of |
time |
Total time, in seconds, for the card generation. Default is 12. |
seed |
Seed for reproducibility of the card. Default is |
Value
An illustration of the Christmas regression model.
Author(s)
Jose Barrera-Gomez.
Examples
xmasregression()
xmasregression(year = 2021, language = "catalan", time = 2)
[Package christmas version 1.3.0 Index]