View source: R/convert_to_vegan.R
convert_to_biotic | R Documentation |
Utility functions to export data to other formats.
convert_to_biotic(x)
convert_to_vegan(x, tax_lev = "Family")
x |
Result of |
tax_lev |
The taxonomic level of interest. Possible choices are Phylum, Class, Subclass, Order, Family, Subfamily, Tribus, Genus, Species, Subspecies, Taxa |
convert_to_vegan()
converts data to the vegan
package style, with sites on rows and taxa on columns. convert_to_biotic()
converts data to
the format of biotic
package. This function will extract information at the family level, with an exception for Oligochaeta.
In convert_to_biotic()
if both family and above family level taxonomic information of Oligochaeta are concurrently present,
information will be provided for Oligochaeta level only.
biomonitoR
automatically identify the taxonomic level at which Oligochaeta are stored (subclass is the default in biomonitoR
).
Be careful, for all the other taxa entered at taxonomic level higher than family will be discarded (e.g. Trombidiformes).
convert_to_biotic()
: convert data to biotic format
aggregate_taxa
data(macro_ex)
data_bio <- as_biomonitor(macro_ex)
data_agr <- aggregate_taxa(data_bio)
data_cv <- convert_to_vegan(data_agr, tax_lev = "Family")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.