get_polar_coordinates: Get polar coordinates

Description Usage Arguments Value

View source: R/coordinates.R

Description

Get polar coordinates

Usage

1
get_polar_coordinates(x, y, origin = c(0, 0))

Arguments

x

Vector of x coordinates

y

Vector if y coordinates

origin

(Default = c(0, 0)) Position of the origin of coordinates

Value

Data frame with radius (r) and angle vectors (th)


kinematics documentation built on July 19, 2021, 9:07 a.m.