naplot | R Documentation |
Visualise missing values as a heatmap and barplots along the samples and features.
naplot(
object,
verbose = isMSnbaseVerbose(),
reorderRows = TRUE,
reorderColumns = TRUE,
...
)
object |
An object of class |
verbose |
If verbose (default is |
reorderRows |
If reorderRows (default is |
reorderColumns |
If reorderColumns (default is |
... |
Additional parameters passed to |
Used for its side effect. Invisibly returns NULL
Laurent Gatto
data(naset)
naplot(naset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.