View source: R/plotting_functions.R
hist_2D_variables | R Documentation |
break_out
in digit tests.
If data
is row style, rownames would be the categories, and colnames would be x values.Plot 2d histogram with multiple variables as specified by typically the break_out
in digit tests.
If data
is row style, rownames would be the categories, and colnames would be x values.
hist_2D_variables(
data,
data_style = "row",
xlab = "Digits",
ylab = "Frequency",
title = "Multi-variable 2D Barplot",
abline = NA
)
data |
The 2D dataframe to be plotted. |
data_style |
The style of input
|
xlab |
x-axis label. Defaulted to 'digits'. |
ylab |
y-axis label. Defaulted to 'frequency'. |
title |
Plot title. Defaulted to '2D Histogram'. |
abline |
A |
A ggplot instance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.