pol2cart: Convert polar coordinates to cartographic (x,y) coordinates

View source: R/polar.R

pol2cartR Documentation

Convert polar coordinates to cartographic (x,y) coordinates

Description

pol2cart

Usage

pol2cart(theta, rho)

Arguments

theta

numeric angle relative to the positive x-axis

rho

numeric distance from the origin (0,0)

Examples

pol2cart(1.0443,1.9901)

jsta/rjsta documentation built on June 7, 2022, 8:39 p.m.