create_percentage_distribution_data: Create data for percentage present taxa distribution

Description Usage Arguments Value Author(s) See Also Examples

Description

Create data for percentage present taxa distribution

Usage

1
create_percentage_distribution_data(input_data, rank_name)

Arguments

input_data

dataframe contains raw input data in long format

rank_name

name of the working taxonomy rank (e.g. "species", "family")

Value

A dataframe ready for analysing the distribution of the percentage of species in the selected supertaxa

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

main_long_raw

Examples

1
2
data("main_long_raw", package="phyloprofile")
create_percentage_distribution_data(main_long_raw, "class")

trvinh/test documentation built on May 9, 2019, 2:26 a.m.