Function analyses fire episodes and isolates those that are seen as too short (specified by minFireLength numeric), whereby it removes them
1 2 | wees.vure.dood(df = NULL, fireField = "fire", fireLabel = "fire",
noFireLabel = "no", minFireLength = 2)
|
df |
Data frame. Fire data |
fireField |
Character vector. Name of the fire column |
fireLabel |
Character vector. Name of the label indicating active fire |
noFireLabel |
Character vector. Name of the label indicating non-active fire |
minFireLength |
Numeric. The minimum duration allowed for a fire episode - given as the number of records/time steps across which it should span |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.