plot_normality_ridges: Normality density plot of each feature

Description Usage Arguments Value See Also Examples

View source: R/Methods-plot.R

Description

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.

Usage

1

Arguments

object

A MetabolomicsSet-class object.

sort

A boolean variable indicating whether arrange the features according to their medians.

Value

A ggplot object

See Also

geom_density_ridges_gradient

Examples

1
2
3

zhuchcn/Metabase documentation built on July 23, 2019, 1:36 p.m.