DataGen: Generate Growth Stage Optimisation Scores

View source: R/GSOFunc_DataGen.R

DataGenR Documentation

Generate Growth Stage Optimisation Scores

Description

Generate Growth Stage Optimisation Scores

Usage

DataGen(
  data,
  efgs,
  area = GSOArea,
  rule = "Rule0",
  FT = "High",
  Wt = 0.5,
  Rand = FALSE,
  NRep = 20
)

Arguments

data

data.frame input called in OptRunCI

efgs

efgs input called in OptRunCI

area

GSO area

rule

string value of internal GSO rule function to use

FT

fire type string, used as a filter in 'FireType' column of data input

Wt

rule weighting if a RUle 2 is to be used

Rand

TRUE/FALSE to random sample for bootstrapping

NRep

number of repetitions of bootstrapping, with replacement

Details

Internal GSO function. Generates the scores to use in the Growth Stage Optimisation function (OptRunCI). Includes random selection (Rand) for bootstrapping (NRep).

Value

returns a list of scores


nevilamos/FAMEFMR documentation built on April 17, 2025, 9:32 p.m.