Description Usage Arguments Value Examples
Make knitr table from Permanova results
1 | get_permanova_table(adonis)
|
adonis |
Results object from a call to |
knitr table object.
1 2 3 4 5 | ## Not run:
adonis_results <- vegan::adonis(dist ~ Diet + Gender)
get_permanova_table(adonis_results)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.