line_plot: Create Publications by Year Plots

Description Usage Arguments Value Examples

View source: R/graphics.R

Description

Create Publications by Year Plots

Usage

1
line_plot(publications, by = NULL, by_label = by)

Arguments

by

String representing variable to use to cut data - will use top 4 most frequent in publications data

by_label

Label to use in chart title

Value

ggplot2 line plot

Examples

1
2
3
4
5
## Not run: 
line_plot()
line_plot(by = "sites", by_label = "tumor site")

## End(Not run)

outcomesinsights/seermedicare documentation built on Oct. 18, 2020, 4:11 p.m.