Description Usage Arguments Value Author(s) See Also Examples
Create data for percentage present taxa distribution
1 | create_percentage_distribution_data(input_data, rank_name)
|
input_data |
dataframe contains raw input data in long format |
rank_name |
name of the working taxonomy rank (e.g. "species", "family") |
A dataframe ready for analysing the distribution of the percentage of species in the selected supertaxa
Vinh Tran tran@bio.uni-frankfurt.de
1 2 | data("main_long_raw", package="phyloprofile")
create_percentage_distribution_data(main_long_raw, "class")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.