deaths_data: data.frame. A dataset with three variables: date_reg, the registered death date, age, the age of decease; and deaths, the deaths number for that date. See CR_deaths.
births_data: data data.frame. A dataset with two variables: date_reg, the registered birth date; and births, the births number for that date. See CR_births.
first.date: character. Optional argument that specifies the first date of interest.
choose_year: numeric. The year from which the countdown begins until the desired minimum age is reached.
choose_month: numeric. The month from which the countdown begins until the desired minimum age is reached.
choose_day: numeric. The day from which the countdown begins until the desired minimum age is reached.
ages: numeric. An ages vector to plot the diagram.
factors: numeric. Optional argument to set specific factors to set alpha and delta sections in Lexis Diagram.
Returns
Lexis function returns a list with two objects: diagram, the Lexis diagram; and deaths, the estimated deaths number.