Skip to contents

Creation

Functions to convert objects into the two post classes provided: post_array (which inherits {stars} functionality) and post_table (which inherits {cubble} functionality).

as_post_array()
Create a post_array object
as_post_table()
Create a post_table object

Helpers for creation

Summarise geometries

Group geometries

Utilities

Built-in data

polygons
Random polygons to exemplify post functions

Compatibility with other packages

With cubble

face_spatial(<post_table>) face_temporal(<post_table>) unfold(<post_table>)
Face spatial/temporal method for post_table
spatial(<post_table>)
Extract cubble attributes
fill_gaps(<post_table>)
Gap-filling on cubble

With dplyr

post supports most of the {dplyr} verbs supported by {cubble} and {stars} except for those when the result would not be a post object anymore e.g. dplyr::summarise, dplyr::pull.

With sf

With stars

`[`(<post_array>)
stars methods for post_array objects