View source: R/GSOFunc_DataGen.R
DataGen | R Documentation |
Generate Growth Stage Optimisation Scores
DataGen(
data,
efgs,
area = GSOArea,
rule = "Rule0",
FT = "High",
Wt = 0.5,
Rand = FALSE,
NRep = 20
)
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 |
Internal GSO function. Generates the scores to use in the Growth Stage Optimisation function (OptRunCI). Includes random selection (Rand) for bootstrapping (NRep).
returns a list of scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.