Description Usage Arguments Value Examples
Compute the perimeter increment of the wildfire in each period.
1 | compute_PER(SP, m)
|
SP |
perimeter of the wildfire in each period. |
m |
number of periods. |
perimeter increment.
1 2 | data <-example_data()
compute_PER(data$SP, length(data$SP))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.