The cubble classA cubble object can be created from separate spatial and temporal component with |
|
---|---|
Create a cubble object |
|
Coerce foreign objects into a cubble object |
|
|
Predicate functions on the object class |
|
Print methods |
|
Accessors to a cubble object |
|
Extract cubble attributes |
Main functionalitiesA cubble object allows you to wrangle spatio-temporal data through pivoting the data into its spatial and temporal component. |
|
Check on key when create cubble from two components (spatial/temporal) |
|
Pivot a cubble object between the nested/long (spatial/temporal) form |
|
Augment spatial component into the long (temporal) form |
|
Match stations in two cubbles by spatial distance/ temporal similarity |
|
Create glyph map with ggplot2 |
|
Compatibility with dplyrThe cubble class support on the following dplyr verbs: |
|
|
|
Compatibility with sf and tsibbleYou can promote the spatial component of a cubble object to also include the sf class with |
|
Update the spatial cubble to include the sf class |
|
Update the temporal cubble to include the tsibble class ( |
|
|
Gap-filling on the temporal component of a cubble object |
In-built data |
|
Australia climate data |
|
|
Toy climate data |
Australia river data |
|
Daily COVID count data (in |
|
Misc |
|
Temporary update cubble if the sf class take precedent of cubble classes |