procrustes_analyse | R Documentation |
Procrustes Rotation of Two Configurations and PROTEST
procrustes_analyse(b_res1, b_res2, nperm = 999, ...)
b_res1 |
Target matrix |
b_res2 |
Matrix to be rotated |
nperm |
numbers of permutations to perform |
... |
additional |
pro_res
data(otutab, package = "pcutils")
b_analyse(otutab, method = "pca") -> b_res1
b_analyse(otutab * abs(rnorm(10)), method = "pca") -> b_res2
pro_res <- procrustes_analyse(b_res1, b_res2)
plot(pro_res, "Group", metadata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.