Description Usage Arguments Value
View source: R/rotate_points.R
take a set of and rotate it in degrees
1 | rotate_points(data, x, y, deg = 0, cx = 0, cy = 0)
|
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 |
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.