Skip to content

Instantly share code, notes, and snippets.

@Article{Arrow1986,
Title = {Rationality of Self and Others in an Economic System},
Author = {Arrow, Kenneth J.},
Journal = {The Journal of Business},
Year = {1986},
Number = {4},
Pages = {385--399},
Volume = {59}
}
library(LexisPlotR)
# Create Lexis grid
l <- lexis.grid(year.start = 2014, year.end = 2017, age.start = 33, age.end = 37)
# Create a data.frame that contains the labels
labels <- data.frame(
x = c(
as.Date("2014-05-01"),
as.Date("2015-06-15"),
@Manual{,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2018},
url = {https://www.R-project.org/},
}