buildParams: Constructs parameter files from imported tables

View source: R/Building.R

buildParamsR Documentation

Constructs parameter files from imported tables

Description

Constructs parameter files from imported tables

Usage

buildParams(
  Structure,
  Flora,
  default.species.params,
  a,
  fLine = 100,
  slope = 0,
  temp = 30,
  dfmc = 0.1,
  wind = 10
)

Arguments

Structure

A dataframe with the fields: record - a unique, consecutively numbered identifier per site site - a unique identifier per site NS, El, Mid & Can - the mean separation between plants (m) per stratum ns_e, ns_m, e_m, e_c, m_c - Logical field indicating whether plants in the stratum on the left grow directly beneath those in the stratum on the right. Acceptable values are TRUE, FALSE, or blank, where the outcome will be decided by the relative stratum heights. nsR, eR, mR, cR. Species richness (number of species) in each stratum

Flora

A dataframe with the fields: record - a unique, consecutively numbered identifier per site site - A name for the 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 comp - Percent composition of that species in the stratum. If absent, all species will be considered equally. base - base height of plant crowns (m) he - he height of plant crowns (m) ht - ht height of plant crowns (m) top - top height of plant crowns (m) w - width of plant crowns (m) Hs - standard deviation of the top height of plant crowns (m) Hr - range of the top height of plant crowns (m) weight - weight in t/ha of fine dead organic material forming the surface and suspNS layers diameter - mean diameter of surface and suspNS litter in m

default.species.params

Plant traits database

a

The record number for which to build the table

fLine

The fireline length in m

slope

slope in degrees

temp

Ambient temperature deg. C

dfmc

Moisture content of fine dead fuels in whole numbers (eg 0.1 for 10 percent)

wind

Velocity in km/h


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