skoonmaakvlamme: Skoonmaak Vlamme

Description Usage Arguments Details

Description

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

Usage

1
2
3
skoonmaakvlamme(df = NULL, fireField = "fire", fireLabel = "fire",
  noFireLabel = "no", chimneyField = "C", dateField = "date",
  timeStep = 20, verbose = FALSE)

Arguments

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?

Details

THIS FUNCTION ASSUMES THAT THE ARGUMENT RECEIVED BY DF ARE SORTED ACCORDING TO DATE/TIME - ASCENDINGLY


Boshoffsmit/novaFire documentation built on May 6, 2019, 7:59 a.m.