lexis_grid {LexisPlotR} | R Documentation |
Plot a Lexis grid
Description
lexis_grid() plots the basic Lexis grid.
Usage
lexis_grid(year_start, year_end, age_start, age_end, delta = 1,
lwd = 0.3, force_equal = TRUE)
Arguments
year_start |
integer, set the year the Lexis Diagram starts with. |
year_end |
integer, set the year the Lexis Diagram ends with. |
age_start |
integer, set the age the Lexis Diagram starts with. |
age_end |
integer, set the age the Lexis Diagram ends with. |
delta |
numeric, set the size of the age groups. Default is 1. |
lwd |
numeric, set the linewidth of the grid. |
force_equal |
logical, by default |
Details
The function determines the aspect ratio of the x- and y-axis to enforce
isosceles triangles. The aspect ratio will not be effected by defining
width
and height
in pdf()
or other graphic devices.
Because the returned object is a ggplot2 graph, the overall appearence of
the graph can be edited by adding themes()
to the plot.
Value
A ggplot object.
Author(s)
Philipp Ottolinger
Examples
library(LexisPlotR)
lexis_grid(year_start = 1900, year_end = 1905, age_start = 0, age_end = 5)