Description Usage Arguments Examples
This function transforms your otu table without metadata using a variety of metrics. only one metric can be true at a time.
1 2 | transform_data(data, presence_absence = FALSE, square_root = FALSE,
one_over_x = FALSE)
|
data |
your otu data without added metadata |
presence_absence |
a method to transform your data to binary, defaults to FALSE |
square_root |
a method to square root transform your data, defaults to FALSE |
one_over_x |
a method to transform your data by dividing 1 by each value, defaults to FALSE |
1 | data.pres.abs <- transform_data(data, presence_absence = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.