Creates multiple plots relating to chimney, wall and fire temperatures as well as plotting whether fires were made or not throughout the day
1 2 3  | vuur.publikasie.plot(x, vuurnaam = "vuur", sdif = "sdif", sstf = "c",
  naam = "", grafdir = "Grafieke/", verbose = FALSE, save = TRUE,
  DEBUG = FALSE)
 | 
x | 
 Data frame. Fire data such as the data output from the maak.vuur function  | 
vuurnaam | 
 Character vector. Name of the column indicating whether fire is active or not  | 
sdif | 
 Character vector. Name of the column containing the difference in stove and wall temperatures  | 
sstf | 
 Character vector. Name of the column containing chimney temperatures  | 
naam | 
 Character vector. Name that will appear in the header of the graphs  | 
grafdir | 
 Character vector. Directory that the graph will be saved in as a .pdf. The default directory will be inside a Grafieke folder in your working directory  | 
verbose | 
 Logical. Display function messages  | 
save | 
 Logical. Saves the graphs in pdf format inside grafdir when TRUE  | 
DEBUG | 
 Logical. Assigns values for debugging purposes  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.