Description Usage Arguments Details
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.
1 2 3 |
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 |
Use this function in the form df = maak.vuur(df) or res = lapply(kortLYS, maak.vuur, aggr = TRUE, verbose=T, qp = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.