This function takes in data, x, and y, and creates a box plot.
1 2 3 4 5 | box_function(
data = my_clean_augment_data,
x = "response",
y = "mut_mhcrank_el"
)
|
data |
data to plot |
x |
x variable |
y |
y variable |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.