Plot method for PhiSpaceClustering objects

# S3 method for class 'PhiSpaceClustering'
plot(x, type = c("pca", "elbow", "silhouette", "variance"), ...)

Arguments

x

A PhiSpaceClustering object

type

Character string specifying plot type. Options: "pca" (PC1 vs PC2), "elbow" (elbow plot if k_range was used), "silhouette" (silhouette plot if k_range was used), "variance" (PCA variance explained). Default is "pca".

...

Additional arguments passed to plotting functions