Package index
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
-
summarise_geometry_union()summarize_geometry_union()summarise_geometry_centroid()summarize_geometry_centroid()summarise_geometry_bbox()summarize_geometry_bbox()summarise_geometry_convex_hull()summarize_geometry_convex_hull() - Summarise changing geometries based on a group identifier
-
get_group_ids() - Utility functions for post_array objects
-
remove_post_table()restore_post_table()restore_spatial_post_table()restore_temporal_post_table()remove_post_array()restore_post_array() - Remove or restore post_* classes
-
polygons - Random polygons to exemplify post functions
-
svalbard - Svalbard glaciers subset to exemplify post functions
-
plot(<post_array>)plot(<post_table>) - Plot post_array with plot.stars default
-
autoplot.post_array()autoplot.post_table() - Plot post_array or post_table with ggplot2
-
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.
-
dplyr_reconstruct(<post_table>)arrange(<post_table>)filter(<post_table>)mutate(<post_table>)rename(<post_table>)select(<post_table>)slice(<post_table>) - dplyr methods for post_table
-
filter(<post_array>)mutate(<post_array>)rename(<post_array>)select(<post_array>)slice(<post_array>)transmute(<post_array>) - dplyr methods for post_array
-
st_as_sf(<post_table>)`st_crs<-`(<post_table>)st_normalize(<post_table>)st_shift_longitude(<post_table>)st_transform(<post_table>)st_wrap_dateline(<post_table>)st_zm(<post_table>) - sf methods for post_table objects
-
st_as_sf(<post_array>) - sf methods for post_array objects
-
st_mask() - sf geometry predicates for post_array objects
-
`[`(<post_array>) - stars methods for post_array objects