Description Usage Arguments Value Examples
This function is a wrapper around Vegan's capscale function for performing PCoA on tidy (long) data.
1 2 | tidy_rarefy(x, rare_depth = NULL, samples = "SampleID", otus = "variable",
value = "value")
|
rare_depth |
The sampling depth for rarefaction. Defaults to the minimum sample depth if no value is provided |
samples |
The column header for your sample identifiers. Defaults to SampleID |
otus |
The column header for your OTU identifiers. Defaults to variable |
value |
The column header for the OTU abundances. Defaults to RA |
A list containing the axes, the eigenvalues, and loadings (optional)
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.