cartesianToPolar: Get polar coordinates froma a cartesean grid

Description Usage Arguments Examples

View source: R/cartesean_to_polar.R

Description

Get polar coordinates froma a cartesean grid

Usage

1

Arguments

xy.grid

A list containing the 'x' and 'y' matrices for the cartesian cooridantes returns a list of 'theta' the radian angle (range, -pi to pi) and corresponding 'distance' matrices

Examples

1
2
xycoord = meshgrid(x = 1:5, y = 1:5)
cartesianToPolar(xycoord)

shoebodh/radialpsd documentation built on May 29, 2019, 9:26 p.m.