Description Usage Arguments Details Value Examples
View source: R/quick_boxplot.R
this function creates a quick boxplot for visualizing categorical and continuous variables in ggplot2
1 | quick_boxplot(data, x, y, na.rm = FALSE)
|
data |
any dataset |
x |
is a categorical variable in the dataset |
y |
is a continuous variable in the dataset |
na.rm |
will keep 'NA' values in the boxplot |
the function will keep NA values
the function will be tested for the creation and printing of the object, as well as correct axis labels
a tidy, simple boxplot
1 2 3 | quick_boxplot(datateachr::cancer_sample, diagnosis, perimeter_mean)
quick_boxplot(datateachr::cancer_sample, diagnosis, symmetry_mean)
quick_boxplot(datateachr::cancer_sample, diagnosis, area_mean)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.