Description Usage Arguments Value Examples
Generate random set of wildfire periods.
1 2 3 | random_fire(num_per, ini_SP_min = 1, ini_SP_max = 3, ini_NVC_min = 500,
ini_NVC_max = 2000, rate_min = 1, rate_max = 1.3, EF_min = 0.5,
EF_max = 1, nMin_min = numeric(num_per), nMin_max = rep(2, num_per))
|
num_per |
number of periods. |
ini_SP_min |
minimum value for the perimeter (SP) on the first period. |
ini_SP_max |
maximum value for the perimeter (SP) on the first period. |
ini_NVC_min |
minimum value for the wildfire cost (NVC) on the first period. |
ini_NVC_max |
maximum value for the wildfire cost (NVC) on the first period. |
rate_min |
minimum rate value to represent the evolution of the wildfire from a period to another. |
rate_max |
maximum rate value to represent the evolution of the wildfire from a period to another. |
EF_min |
minimum efficiency value of aircraft in each period. |
EF_max |
maximum efficiency value of aircraft in each period. |
nMin_min |
vector with the minimum number of minimum number of aircraft (nMin) in each period. |
nMin_max |
vector with the maximum number of minimum number of aircraft (nMin) in each period. |
list of wildfire periods.
1 | random_fire(10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.