init_rSFSW2_project: Initialize a 'rSFSW2' project (setup description file)

Description Usage Arguments Value

View source: R/Simulation_Project.R

Description

This function creates/loads an object SFSW2_prj_meta based on the file fmetar containing the descriptions/metadata for this simulation project. The file should be comparable to file.path(system.file("demo", package = "rSFSW2"), "SFSW2_project_descriptions.R")

Usage

1
2
3
4
5
6
init_rSFSW2_project(
  fmetar,
  update = FALSE,
  verbose = TRUE,
  print.debug = FALSE
)

Arguments

fmetar

A character string. The path name to the project description file.

update

A logical value. If TRUE, the path names are re-scanned from fmetar and updated values are stored in SFSW2_prj_meta.

verbose

A logical value.

print.debug

A logical value.

Value

The object SFSW2_prj_meta of type environment.


DrylandEcology/rSFSW2 documentation built on Aug. 18, 2020, 1:27 p.m.