plotClusters: plotClusters

View source: R/StatTools.R

plotClustersR 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 getClusters function

horiz

Boolean - Indicates if the plot is horizontal (TRUE) or vertical (FALSE)

main

Main title of the plot


Rnmr1D documentation built on April 14, 2023, 12:34 a.m.