View source: R/plotting_distributions.R
plotting_distributions | R Documentation |
This function allows you to plot distributions from a wide matrix of response variables (variables in columns).
plotting_distributions( test_mat = RandoDiStats::distribution_test_mat(class_method = "discovery"), vector_colors = "black", transparency = 90, variable_name = "test_mat", ylim_plot = NULL, xlim_plot = NULL, MainPlotName = NULL )
test_mat |
Defaults to a matrix built with distribution_test_mat(). |
vector_colors |
Defaults to grey. |
transparency |
Defaults to 90%. |
variable_name |
Defaults to test_mat. |
ylim_plot |
Defaults to minimum and maximum kurtosis of the provided response variables. |
xlim_plot |
Defaults to minimum and maximum square of skewness of the provided response variables. |
plotting_distributions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.