plantVarS: Randomly modifies plant traits within defined ranges for...

plantVarSR Documentation

Randomly modifies plant traits within defined ranges for non-deterministic predictions Differs from plantVar by modifying individual species by their own rules

Description

Randomly modifies plant traits within defined ranges for non-deterministic predictions Differs from plantVar by modifying individual species by their own rules

Usage

plantVarS(
  base.params,
  Strata,
  Species,
  Variation,
  a,
  l = 0.1,
  Ms = 0.01,
  Pm = 1,
  Mr = 1.001
)

Arguments

base.params

Parameter input table

Strata

Strata descriptor table output by the function 'strata'

Species

Species descriptor table output by the function 'species'

Variation

A database of plant variability in traits, with the fields: record - a unique, consecutively numbered identifier per site species - the name of the species, which will call trait data from 'default.species.params' stratum - numeric value from 1 to 4, counting from lowest stratum Hs - Standard deviation of plant height variations Hr - Truncates plant height variability by +/- Hr * height

a

A unique identifier for the record being run

l

Variation around input leaf dimensions

Ms

Standard deviation of LFMC

Pm

Multiplier of mean LFMC

Mr

Truncates LFMC variability by +/- Mr * LFMC

Value

dataframe


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