Learn R Programming

MicrobTiSDA (version 0.1.0)

plot.MicrobTiSDA.clusterCut: Plot Method for MicrobTiSDA Cluster Cut Objects

Description

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.

Usage

# S3 method for MicrobTiSDA.clusterCut
plot(x, groups = NULL, ...)

Value

The input MicrobTiSDA.clusterCut object, return invisibly.

Arguments

x

x A MicrobTiSDA.clusterCut object containing cluster plots in the cluster_figures list element.

groups

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.