View source: R/plotting_functions.R
correlation_plot | R Documentation |
plots Qs_rel vs. input variable as box plot (categorical input variable) or scatterplot (numerical input variable)
correlation_plot(df, x, y = "Qs_rel", title = gsub("_", " ", x))
df |
data frame |
x |
column name of x variable" |
y |
column name of y variable (default Qs_rel") |
title |
plot title |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.