scatterplot_function: Scatter Plot Function

Description Usage Arguments

View source: R/scatterplot_function.R

Description

This function takes in data, x, and y, and creates a scatter plot.

Usage

1
2
3
4
5
scatterplot_function(
  data = my_clean_augment_data,
  x = "mut_mhcrank_el",
  y = "expression_level"
)

Arguments

data

data to plot

x

x variable

y

y variable


rforbiodatascience/barcc documentation built on May 17, 2020, 5:31 p.m.