windProfile: Calculates a non-deterministic wind profile

Description Usage Arguments Value

View source: R/Shelter.R

Description

Calculates a non-deterministic wind profile

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
windProfile(
  base.params,
  Variation,
  reps = 10,
  slices = 10,
  l = 0.1,
  Ms = 0.01,
  Pm = 1,
  Mr = 1.001
)

Arguments

base.params

Parameter input table

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

reps

Number of repetitions

slices

The number of vertical slices to measure

l

Variation around input leaf dimensions

Ms

Standard deviation of LFMC

Pm

Multiplier of mean LFMC

Mr

Truncates LFMC variability by +/- Pm * LFMC

Value

dataframe


pzylstra/Impact documentation built on April 1, 2021, 2:32 a.m.