plot_hist_NA: Plot Histogram of Missing Values

Description Usage Arguments Value Examples

View source: R/Methods-plot.R

Description

This function takes a mSet object and print a histogram of missing values. The x axis is the number of missing values per feature, and the y axis is number of features with specific number of missing values. This is usful when filling NAs.

Usage

1
plot_hist_NA(object, include.zero = FALSE)

Arguments

object

A mSet-class or derived object.

include.zero

Logic value whether to include zero in the histogram. Default is FALSE.

Value

A ggplot object

Examples

1
# ADD_EXAMPLES_HERE

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