stratRich: Calculates the range, mean and sd of species richness in each...

stratRichR Documentation

Calculates the range, mean and sd of species richness in each plant stratum

Description

Input table requires the following fields: Point - numbered point in a transect A field with the base height of the plants A field with the top height of the plants

Usage

stratRich(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

pN

The number of the point in the transect

spName

Name of the field with the species name

base

Name of the field with the base height

top

Name of the field with the top height

he

Name of the field with dimension he

ht

Name of the field with dimension ht

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.