View source: R/cluster_diagnostics.R
| plot.net_cluster_diagnostics | R Documentation |
Delegates to the original clustering object's plot method
(plot.net_clustering for distance-based diagnostics,
plot.net_mmm_clustering or plot.net_mmm
for model-based). The diagnostics object itself stores no plot
geometry – it just keeps a reference to the source so the existing
visual layer is reused.
## S3 method for class 'net_cluster_diagnostics'
plot(x, type = NULL, ...)
x |
A |
type |
Character. Forwarded to the underlying plot method. Valid
values for distance: |
... |
Forwarded to the underlying plot method. |
A ggplot object, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.