Description Usage Arguments Details
Function is used to remove the cleaning flame temperatures at the beginning or end of certain fires. It does this by testing if there are any unreasonably high temperatures in the first or last 10 minutes of a fire episode
1 2 3 | skoonmaakvlamme(df = NULL, fireField = "fire", fireLabel = "fire",
noFireLabel = "no", chimneyField = "C", dateField = "date",
timeStep = 20, verbose = FALSE)
|
df |
Data frame. Contains fire data |
fireField |
Character vector. Name of the fire column |
fireLabel |
Character vector. Name indicating active fire |
noFireLabel |
Character vector. Name indicating inactive fire |
chimneyField |
Character vector. Column containing chimney values |
dateField |
Character vector. Name of the date column |
timeStep |
Numeric. The number of minutes between two consecutive records in the received df |
verbose |
Logical. Display function messages? |
THIS FUNCTION ASSUMES THAT THE ARGUMENT RECEIVED BY DF ARE SORTED ACCORDING TO DATE/TIME - ASCENDINGLY
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.