create_publication_disease_plot: Create Publication Disease Plot

View source: R/plot_functions.R

create_publication_disease_plotR Documentation

Create Publication Disease Plot

Description

Create Publication Disease Plot

Usage

create_publication_disease_plot(
  data,
  x,
  fill,
  y = "Count",
  x_axis_text = NULL,
  y_axis_text = NULL
)

Arguments

data

A Tibble

x

A string that is the name of a column in the data

fill

A string that is the name of a column in the data

y

A string that is the name of a column in the data

x_axis_text

A list of parameters to axis.text.x = ggplot2::element_text()

y_axis_text

A list of parameters to axis.text.y = ggplot2::element_text()


Sage-Bionetworks/projectliveModules documentation built on June 26, 2022, 1:11 a.m.