read.formindData: read.formindData

Description Usage Arguments See Also

View source: R/read.formindData.r

Description

runs FORMIND using a CMDfile and check run for errors.

Usage

1
2
read.formindData(projectName = "experiment", path = "results/",
  fileTypes = "default", returnObejct = "Forest")

Arguments

projectName

Name of the result files generated by a formind simulation

path

Character string specifying the location of the results folder. Default: "results/". Note string has to end with "/".

fileTypes

Character string specifying a set of data type (e.g "default", which loads biomass, basal area, and stem number result files) load or a single file suffix (e.g. "res" for res-file) or a string vector containing several suffixes of files (e.g c("ba", "env")). Further options are: "hectare" loads all available data files which contain data aggregated on the hectare level; "patch" for plot level aggergated data; "cohort" for cohort level data; "patch_height" for data aggregated for every plot and height layer;"hectare_dbhClass" for data aggregated for every dbh class on the hectare level

returnObejct

Character string specifying the class of the return object. The default is "Forest", which returns a Forest object. "data.table" return data.table.

See Also

Forest-class


fjbohn/fast documentation built on May 24, 2019, 9:50 a.m.