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

plantVarFrameR Documentation

Randomly modifies plant traits within defined ranges for non-deterministic predictions

Description

Differs from plantVarS by using FRaME-updated tables

Usage

plantVarFrame(
  base.params,
  Strata,
  Species,
  Flora,
  a,
  l = 0.1,
  Ms = 0.01,
  Pm = 1,
  Mr = 1.001,
  threshold = 0.5
)

Arguments

base.params

Parameter input table

Strata

Strata descriptor table output by the function 'strata'

Species

Species descriptor table output by the function 'species'

Flora

A dataframe 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' moisture - the moisture content of the species in whole numbers (eg 1 for 100 stratum - numeric value from 1 to 4, counting from lowest stratum comp - hc, he, ht, hp & w - canopy dimensions for that species (m) clump - mean ratio of clump diameter to crown diameter openness - proportion of plant canopy occupied by gaps between clumps

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.