random_fire: Generate random set of wildfire periods.

Description Usage Arguments Value Examples

Description

Generate random set of wildfire periods.

Usage

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))

Arguments

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.

Value

list of wildfire periods.

Examples

1

jorgerodriguezveiga/WildfireResources documentation built on May 31, 2019, 2:49 p.m.