wrapper.mvHisto_HC {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_HC(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.

...

xxx

Value

A histogram

Author(s)

Alexia Dorffer

Examples

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

[Package DAPAR version 1.16.5 Index]