siteBuilder: Builds the dataframe site.meta from input tables

View source: R/Building.R

siteBuilderR Documentation

Builds the dataframe site.meta from input tables

Description

Builds the dataframe site.meta from input tables

Usage

siteBuilder(site, Structure, a)

Arguments

site

A dataframe with the six fields: record - a unique, consecutively numbered identifier per site site - a unique identifier per site slope - slope in degrees wind - velocity in km/h temp - ambient temperature deg. C dfmc - moisture content of fine dead fuels in whole numbers (eg 0.1 for 10 percent) litter - weight in t/ha of fine dead organic material forming the O horizon diameter - mean diameter of surface litter in m fline - the fireline length in m

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 t, f, or blank, where the outcome will be decided by the relative stratum heights.

a

The number of the record for the site


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