predict_grassland_condition: Predict Grassland Condition for one or more sites under one...

View source: R/predict_grassland_condition.R

predict_grassland_conditionR Documentation

Predict Grassland Condition for one or more sites under one or more /codemanagement_strategies

Description

Enters Findings from monitoring data for 1 or more sites, and records Grassland Condition at /codet0. The function then applies a selection of management strategies and predicts response in grassland condition into at the final time_horizon for each scenario. This function works on a single model.

Usage

predict_grassland_condition(network_path = character,
  strategies_casefile = character, sites_casefile = character)

Arguments

network_path

a character string containing the file path to the Netica model to be used for simulation

strategies_casefile

a character string containing the file path to the casefile containing the /codemanagement_strategies. Column names must include: /codeIDnum and at least one of /codeManagement_t through to /codeManagement_t4.

sites_casefile

a character string containing the file path to the casefile containing monitoring data for one or more grassland /codesites. Column names should include: /codeIDnum, /codeIndigSpp_transect_t, /codeWeedCover_t, /codeBareGround_t, /codeWeedDiversity_t, /codeYearsSince_t.

Details

Note that a /codemanagement_strategy consists of one or more management actions defined as node states for each management node in the model. These actions are applied sequentially through time.

Value

A nested /codedata_frame with the variables /codemanagement_unit, /codeattr_nodes, /codecondition_nodes, /codecondition_horizon, /codeGrasslandCondition_t0, where /codecondition_horizon is equivalent to the final time_horizon to be predicted to, as given by the number of management actions in the /codemanagement_strategies casefile.


egouldo/GrasslandAllocatr documentation built on Oct. 19, 2022, 8:18 a.m.