Learn R Programming

DAPAR (version 1.4.7)

wrapper.mvHisto: Histogram of missing values from a MSnSet object

Description

This method plots from a MSnSet object a histogram of missing values.

Usage

wrapper.mvHisto(obj, indLegend = "auto", showValues = FALSE)

Arguments

obj
An object of class MSnSet.
indLegend
The indices of the column name's in pData() tab.
showValues
A logical that indicates wether numeric values should be drawn above the bars.

Value

A histogram

Examples

Run this code
data(UPSpep25)
wrapper.mvHisto(UPSpep25, showValues=TRUE)

Run the code above in your browser using DataLab