heDyn: Builds models for top-he height allometry dynamics of...

View source: R/flora_dynamics.R

heDynR Documentation

Builds models for top-he height allometry dynamics of surveyed Species

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

heDyn(
  dat,
  thres = 5,
  pnts = 10,
  p = 0.05,
  base = "base",
  top = "top",
  he = "he",
  ht = "ht"
)

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

p

The maximum allowable p value for a model

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.