lexis.cohort: Deprecated. Emphasize a certain cohort in a Lexis grid

Description Usage Arguments Details Author(s) Examples

View source: R/lexis.cohort.R

Description

Takes an existing Lexis grid and adds a coloured rectangle to highlight a certain cohort.

Usage

1
lexis.cohort(lg, cohort, fill = lpr_colours()[4], alpha = 0.7, d = 1)

Arguments

lg,

an existing object originally created with lexis.grid().

cohort

numeric, set the cohort to highlight.

fill

character, set the colour of the rectangle. Default is "green".

alpha

numeric, set the level of transparency of the rectangle. Default is 0.5.

d

numeric, set the size of the age groups. Default is 1.

Details

Takes an existing Lexis grid and adds a coloured rectangle to the plot. The rectangle will highlight a certain cohort in the Lexis grid.

Author(s)

Philipp Ottolinger

Examples

1
2
3
4
5
6
## Not run: 
library(LexisPlotR)
lg <- lexis.grid(year.start = 1900, year.end = 1905, age.start = 0, age.end = 5)
lexis.cohort(lg = lg, cohort = 1901)

## End(Not run)

ottlngr/LexisPlotR documentation built on Jan. 12, 2020, 6:57 p.m.