View source: R/scatterplot_function.R
This function takes in data, x, and y, and creates a scatter plot.
1 2 3 4 5 | scatterplot_function(
data = my_clean_augment_data,
x = "mut_mhcrank_el",
y = "expression_level"
)
|
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.