rotate_data: Rotate data

View source: R/matrix_functions.R

rotate_dataR Documentation

Rotate data

Description

Rotate sf data by the angle defined. You will likely want to use a value half that of the shear angle.

Usage

rotate_data(data, rotate_angle = pi/4)

Arguments

data

sf geometry data.

rotate_angle

Angle of rotation, in Radians.

Value

sf geometry data.


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