tr_rotate: Rotate a 2D object

View source: R/utils_geometry.R

tr_rotateR Documentation

Rotate a 2D object

Description

Rotate a 2D object

Usage

tr_rotate(data, a, index = NULL)

Arguments

data

dataframe with x and y coordinates, and id columns

a

rotation angle (radian)

index

string for the index column to be added from the original data

Value

a dataframe with new coordinates columns


picasa/generate documentation built on Feb. 28, 2025, 6:51 a.m.