wrapper.mvHisto_HC {DAPAR} | R Documentation |
MSnSet
objectThis method plots from a MSnSet
object a histogram of
missing values.
wrapper.mvHisto_HC(obj, indLegend = "auto", showValues = FALSE, ...)
obj |
An object of class |
indLegend |
The indices of the column name's in |
showValues |
A logical that indicates wether numeric values should be drawn above the bars. |
... |
xxx |
A histogram
Alexia Dorffer
require(DAPARdata) data(Exp1_R25_pept) wrapper.mvHisto_HC(Exp1_R25_pept, showValues=TRUE)