plot_median_hist: Histogram of medians of all features after scaling.

Description Usage Arguments Examples

View source: R/Methods-plot.R

Description

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.

Usage

1
2
plot_median_hist(object, bins = 30, fill = "steelblue",
  density = TRUE, density_color = "black")

Arguments

object

A MetabolomicsSet-class object.

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.

Examples

1
2

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