View source: R/bbox_functions.R
crop_and_rotate | R Documentation |
Crop sf geometry data using an st::bbox and rotate by angle Radians.
crop_and_rotate(data, bbox, angle)
data |
sf geometry data. |
bbox |
An sf::st_bbox-defined object. |
angle |
Angle to rotate by, in Radians. |
sf geometry data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.