crop_and_rotate: Crop and rotate data

View source: R/bbox_functions.R

crop_and_rotateR Documentation

Crop and rotate data

Description

Crop sf geometry data using an st::bbox and rotate by angle Radians.

Usage

crop_and_rotate(data, bbox, angle)

Arguments

data

sf geometry data.

bbox

An sf::st_bbox-defined object.

angle

Angle to rotate by, in Radians.

Value

sf geometry data.


wtumber/sfRotate documentation built on June 16, 2022, 8:40 a.m.