Description Usage Arguments Value See Also Examples
Order each dimension of array by hierarchical clustering.
1 2 3 4 5 6 7 8 9 | orderArray(
ar,
dims = NULL,
metric = "cor",
method = "complete",
cor_use = "pairwise.complete.obs",
cor_method = "pearson",
return_hclust = FALSE
)
|
ar |
|
dims |
|
metric |
|
method |
|
cor_use |
|
cor_method |
|
return_hclust |
|
list. length = length(dim(ar))
.
If return_hclust = FALSE
: Each element is a vector giving the permutation of the
corresponding array dimension.
If return_hclust = TRUE
: Each element is an hclust
object for the
corresponding dimension, or NULL if that dimension was not ordered.
cor, dist, hclust.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.