aggregate_hourly | R Documentation |
A simple convenience function to turn raw extracted fires into hourly aggregates. Area is summed, power and temperature are averaged, and all mask values are listed. If FRE and TPM emissions are present, they are summed as well.
aggregate_hourly(fires)
fires |
A data frame of fires as returned from |
A data frame of hourly aggregate fires
hourly_fires <- aggregate_hourly(fires)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.