group_gridded_by_time | R Documentation |
Group gridded particle data at a lower time resolution
group_gridded_by_time(gridded, time_expr = "1 hours", use_data.table = TRUE)
gridded |
Gridded data created by grid(). |
time_expr |
Time expression passed to lubridate::floor_date to lower time resolution. |
use_data.table |
Use data.table for performance speedup, otherwise use dplyr. |
A tibble of gridded with reduced time resolution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.