betamatPCA | R Documentation |
betamatPCA()
will perform a PCA on the mirl()
object.
betamatPCA(x, transformation = "hellinger", dsim = "bray")
x |
The |
transformation |
Supported standardization methods in community ecology in
|
dsim |
The dissimilarity metric supported by |
A prcomp
object.
library(mirlyn)
data(example)
## Not run:
mirlexample <- mirl(example, rep = 100)
betamatPCA_object <- betamatPCA(mirlexample, dsim = "jaccard")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.