```r knitr::opts_chunk$set(echo = TRUE, eval = FALSE)

# The package: TaxaRich

TaxonRich provides an easy way to compute taxonomic richness in a floristic data frame from a field inventory. It contains four mains functions. The data attached is related to floristic inventory carried around water body points in Côte d'Ivoire

Contains functions to compute number of species by genera, family, chorlogy and by life form


## Citation

To cite TaxaRich, please use citation("TaxaRich").


## Install TaxaRich

The latest released version from CRAN:
```r
install.packages("TaxaRich")

The latest version from Github (in development):

install.packages("remotes")
remotes::install_github("EhoumanEvans/TaxaRich")

Read more in Taxonomy Richness with R

To use it :

library("TaxaRich")


EhoumanEvans/TaxaRich documentation built on Aug. 26, 2020, 5:27 a.m.