Description Usage Arguments Value See Also Examples
This funciton first scale each feature using the scale
function, then make a density curve of the z-score of each feature. This is usful
to check the overall normality of the dataset.
1 | plot_normality_ridges(object, sort = T)
|
object |
A |
sort |
A boolean variable indicating whether arrange the features according to their medians. |
A ggplot object
1 2 3 | data(lipid)
lipid = subset_features(lipid, 1:10)
plot_normality_ridges(lipid)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.