plotOccupancy | R Documentation |
Plot class occupancy distributions.
plotOccupancy(x, cls = "class", ...)
## S4 method for signature 'AnalysisData'
plotOccupancy(x, cls = "class")
## S4 method for signature 'Analysis'
plotOccupancy(x, cls = "class", type = "raw")
x |
S4 object of class |
cls |
sample information column to use for class labels |
... |
arguments to pass to the appropriate method |
type |
|
library(metaboData)
d <- analysisData(abr1$neg,abr1$fact)
## Plot class occupancy distributions
plotOccupancy(d,cls = 'day')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.