Creates a summary of the mean fires per day for certain months as well as fire proportions for each day
1 2 | count.fires.per.day(df = NULL, datevar = "date", firevar = "vuur",
vuurnaam = "vuur", groupvar = NULL)
|
df |
Data frame. Contains fire data |
datevar |
Character vector. Name of the column containing dates |
firevar |
Character vector. Name of the column specifying whether a fire is active or not |
vuurnaam |
Character vector. Text that correspond to a fire being active |
groupvar |
Character vector. An optional grouping variable |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.