box_function: Box Plot Function

Description Usage Arguments

View source: R/box_function.R

Description

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

Usage

1
2
3
4
5
box_function(
  data = my_clean_augment_data,
  x = "response",
  y = "mut_mhcrank_el"
)

Arguments

data

data to plot

x

x variable

y

y variable


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