rotate_points: Rotate points about

Description Usage Arguments Value

View source: R/rotate_points.R

Description

take a set of and rotate it in degrees

Usage

1
rotate_points(data, x, y, deg = 0, cx = 0, cy = 0)

Arguments

data

a data.frame

x

column with x coordinates

y

column with y coordinates

deg

the degree to rotate the points

cx

the x coordinate to rotate around

cy

the y coordinate to rotate around

Value

a data.frame


delabj/delabjGenArt documentation built on Jan. 25, 2022, 3:45 a.m.