powered by
Add a coloured rectangle to an existing Lexis grid to highlight a certain age in that Lexis grid.
lexis.age(lg, age, fill = lpr_colours()[2], alpha = 0.7, d = 1)
an existing object originally created with lexis.grid().
lexis.grid()
numeric, set the age to highlight.
character, set colour to fill the rectangle. Default is "yellow".
"yellow"
numeric, set alpha, the level of transparency for fill. Default is 0.5.
fill
0.5
numeric, set the size of the age groups. Default is 1.
A ggplot2 object.
Takes an existing Lexis grid and adds a coloured rectangle that highlights all triangles belonging to a certain age.
# NOT RUN { library(LexisPlotR) lexis <- lexis.grid2(year.start = 1900, year.end = 1905, age.start = 0, age.end = 5) lexis <- lexis.age(lg = lexis, age = 3) # }
Run the code above in your browser using DataLab