rich: Finds the distribution of species richness at a point

View source: R/flora_dynamics.R

richR Documentation

Finds the distribution of species richness at a point

Description

Input table requires the following fields: Point - numbered point in a transect Species - name of the surveyed Species Age - age of the site since the triggering disturbance

Usage

rich(dat, thres = 5, pnts = 10)

Arguments

dat

The dataframe containing the input data,

thres

The minimum percent cover (0-100) of a Species that will be analysed

pnts

The number of points measured in a transect

Details

Species that are less common than the set threshold are combined as "Minor Species"

Value

dataframe


pzylstra/frame_r documentation built on Nov. 12, 2023, 1:55 a.m.