This function prints feature cluster plots stored in a
MicrobTiSDA.MSERvisual object. Users can specify which groups and
which clusters within each group to plot. If groups or clusters
is NULL, all groups or clusters are plotted.
# S3 method for MicrobTiSDA.MSERvisual
plot(x, groups = NULL, clusters = NULL, ...)The input MicrobTiSDA.MSERvisual object, return invisibly.
A MicrobTiSDA.MSERvisual object containing feature cluster plots
in the plots list element.
A character vector specifying the names of groups to plot.
If NULL, all groups in x$plots will be plotted.
An integer vector specifying which clusters to plot within
each selected group. If NULL, all clusters are plotted.
Additional arguments