plotMissValue: Plot missing value distribution

plotMissValueR Documentation

Plot missing value distribution

Description

Plot missing value distribution.

Usage

plotMissValue(para, width = 8, height = 5, ...)

Arguments

para

A metaXpara object

width

The width of the graphics region in inches. The default values are 8.

height

The height of the graphics region in inches. The default values are 5.

...

Additional parameter

Value

The figure name

Author(s)

Bo Wen wenbostar@gmail.com

Examples

library(faahKO)
xset <- group(faahko)
xset <- retcor(xset)
xset <- group(xset)
xset <- fillPeaks(xset)
peaksData <- as.data.frame(groupval(xset,"medret",value="into"))
peaksData$name <- row.names(peaksData)
para <- new("metaXpara")
rawPeaks(para) <- peaksData
sampleListFile(para) <- system.file("extdata/faahKO_sampleList.txt", 
    package = "metaX")
para <- reSetPeaksData(para)
plotMissValue(para)

wenbostar/metaX documentation built on July 4, 2023, 7:50 p.m.