bar_plot: Create Publications Bar Charts (i.e., Publications by Tumor...

Description Usage Arguments Value Examples

View source: R/graphics.R

Description

Create Publications Bar Charts (i.e., Publications by Tumor Site, Author, or Journal)

Usage

1
2
bar_plot(x, publications, years = publications$year, display = NULL,
  x_label = x)

Arguments

x

String representing data to plot on x axis

years

Data years to include in analysis

display

Number of bars to show on plot

x_label

String for x-axis label

Value

ggplot2 bar plot

Examples

1
2
3
4
5
## Not run: 
bar_plot("sites")
bar_plot("sites", years = c(2008:2015), display = 15)

## End(Not run)

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