wrapper.mvHisto {DAPAR}R Documentation

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

Author(s)

Alexia Dorffer

Examples

require(DAPARdata)
data(Exp1_R25_pept)
wrapper.mvHisto(Exp1_R25_pept, showValues=TRUE)

[Package DAPAR version 1.16.0 Index]