Description Usage Arguments Examples
This function makes a histogram of the medians of all features after scaling into z-scores. It is useful to check the overall normality of a given dataset.
1 2 | plot_median_hist(object, bins = 30, fill = "steelblue",
density = TRUE, density_color = "black")
|
object |
A |
bins |
Integer |
fill |
Character, the color fo fill the columns. |
density |
Boolean, whether to plot a density curve |
density_color |
Character, the color of density curve. |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.