lexis.lifeline {LexisPlotR} | R Documentation |
Deprecated. Plot lifelines into a Lexis grid
Description
Add lifelines to an existing Lexis grid.
Usage
lexis.lifeline(lg, entry, exit = NA, lineends = F,
colour = lpr_colours()[7], alpha = 1, lwd = 0.5)
Arguments
lg |
an existing object originally created with |
entry |
character, set the entry or birth date of an individual in format |
exit |
character, set the exit or death date of an individual in format |
lineends |
logical, if |
colour |
character, set the colour of the lifelines. Default is |
alpha |
numeric, set the transparency of the lifelines. Default is |
lwd |
numeric, set the linewidth of the lifelines. Default is |
Details
Takes an existing Lexis grid and adds lifelines to the grid. Input can be a single dates or dates from a vector.
Value
A ggplot2 object.
Author(s)
Philipp Ottolinger
Examples
## Not run:
lg <- lexis.grid(year.start = 1900, year.end = 1905, age.start = 0, age.end = 5)
lexis.lifeline(lg = lg, entry = "1901-09-23")
lexis.lifeline(lg = lg, entry = "1901-09-23", exit = "1904-03-03")
## End(Not run)
[Package LexisPlotR version 0.4.0 Index]