procrustes_analyse {pctax} | R Documentation |
Procrustes Rotation of Two Configurations and PROTEST
Description
Procrustes Rotation of Two Configurations and PROTEST
Usage
procrustes_analyse(b_res1, b_res2, nperm = 999, ...)
Arguments
b_res1 |
Target matrix |
b_res2 |
Matrix to be rotated |
nperm |
numbers of permutations to perform |
... |
additional |
Value
pro_res
Examples
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)
[Package pctax version 0.1.1 Index]