This function prints cluster plots stored in a MicrobTiSDA.clusterCut object.
Users can specify which groups to plot; if groups is NULL,
all available cluster plots will be displayed.
# S3 method for MicrobTiSDA.clusterCut
plot(x, groups = NULL, ...)The input MicrobTiSDA.clusterCut object, return invisibly.
x A MicrobTiSDA.clusterCut object containing cluster plots
in the cluster_figures list element.
A character vector specifying the names of groups to plot.
If NULL, all groups in x$cluster_figures will be plotted.
Additional arguments (currently not used) for compatibility with
generic plot methods.