plotClusters | R Documentation |
Plots the boxplot of all clusters allowing to have an insight on the clusters distribution
plotClusters(
data,
clustObj,
horiz = TRUE,
main = "Boxplot by clusters (log10 transformed)"
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.