This function prints cluster plots stored in a MicrobTiSDA.cluster object.
Users can specify which groups to plot; if groups is NULL,
all available cluster plots will be displayed.
# S3 method for MicrobTiSDA.cluster
plot(x, groups = NULL, ...)The input MicrobTiSDA.cluster object, return invisibly.
A MicrobTiSDA.cluster 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.