plotClusters {Rnmr1D} | R Documentation |
plotClusters
Description
Plots the boxplot of all clusters allowing to have an insight on the clusters distribution
Usage
plotClusters(
data,
clustObj,
horiz = TRUE,
main = "Boxplot by clusters (log10 transformed)"
)
Arguments
data |
the matrix including the integrations of the areas defined by the buckets (columns) on each spectrum (rows) |
clustObj |
a list generated by the |
horiz |
Boolean - Indicates if the plot is horizontal (TRUE) or vertical (FALSE) |
main |
Main title of the plot |
[Package Rnmr1D version 1.3.2 Index]