plotClusters | R Documentation |
Plot dendrograms for hierarchical clusering of systems or methods
plotClusters(
X,
type = c("systems", "methods"),
method = c("complete", "single"),
xlim = NULL,
ylim = NULL,
cex.lab = 1,
gPars = ErrViewLib::setgPars()
)
X |
a numeric matrix of error values |
type |
(optional) a string describing if "systems" or "methods" are to be clustered. Default : "systems". |
method |
(optional) a string describing the hierarchical clustering method. Default : "complete". |
xlim |
(optional) a 2-vector of limits for the x-axis. |
ylim |
(optional) a 2-vector of limits for the y-axis. |
cex.lab |
(optional) a scale factor for the size of labels. |
gPars |
a list of graphical parameters. See setgPars |
a plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.