Description Usage Arguments Value Examples
Generate random set of aircrafts.
1 2 | random_aircrafts(num_air, min_A = 0, max_A = 10, min_CFP = 0,
max_CFP = 10, min_CTFP = 0, max_CTFP = 40)
|
num_air |
number of aircrafts. |
min_A |
minimum number of periods spending flying to the wildfire. |
max_A |
maximum number of periods spending flying to the wildfire. |
min_CFP |
minimum number of periods that aircraft flies without breaks. |
max_CFP |
maximum number of periods that aircraft flies without breaks. |
min_CTFP |
minimum number of periods that aircraft work in the day. |
max_CTFP |
maximum number of periods that aircraft work in the day. |
list of aircrafts.
1 | random_aircrafts(10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.