Description Usage Arguments Value Examples
Transposes a dataset, correctly processing column and row labels.
1 |
df |
A dataframe containing abundances of invertebrate taxa in different samples. |
A data frame transposing the input data, with row and column labels processed correctly.
1 2 3 4 | # transpose the built-in River Almond dataset
# this would have to be transposed back to original format for calculation
transposedata(almond)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.