maak.vuur: Maak Vuur

Description Usage Arguments Details

Description

Main function that receives a data frame containing fire and temperature data and produces multiple plots that describes the data. Also makes use of the vuur.diagnoseer.plot function.

Usage

1
2
3
maak.vuur(df, aggr = FALSE, drops = c("fire", "E"), datum.naam = "date",
  skalleer = TRUE, stoofnaam = "c", verbose = FALSE, debug = FALSE,
  tpp = "p", qp = FALSE)

Arguments

df

Data frame. Contains fire and temperature data, normally the iButton data

aggr

Logical. Initialises date aggregation when TRUE

drops

Character vector. Names of the columns to be dropped

datum.naam

Character vector. Name of the column containing dates

skalleer

Logical. If TRUE then data are scaled to unit variance

stoofnaam

Character vector. Name of the column containing chimney temperatures

verbose

Logical. Display function messages

debug

Logical. Assign values to global environment for debugging purposes

tpp

Character vector. The plot type

qp

Logical. Make qplot or not

Details

Use this function in the form df = maak.vuur(df) or res = lapply(kortLYS, maak.vuur, aggr = TRUE, verbose=T, qp = F)


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