plot_date_to_triangle_month: Depict the Lexis triangles created by function...

Description Usage Arguments Details Examples

View source: R/plot_date_to_triangle.R

Description

Create plot illustrating how function date_to_triangle_month works.

Usage

1

Arguments

date

Dates of events.

dob

Dates of birth.

Details

plot_date_to_triangle_month is typically used for instruction or documentation, rather than for actual data analysis.

Examples

1
2
3
4
plot_date_to_triangle_month(date = c("2024-03-27",
                                     "2024-11-09"),
                            dob = c("2023-10-05",
                                    "2024-03-11"))

johnrbryant/demprep documentation built on Dec. 31, 2021, 11:58 a.m.