Learn R Programming

visualFields (version 0.6.2)

jpolar2cart: converts to (x,y) in degrees from polar coordinates

Description

converts to (x,y) in degrees from polar coordinates. It is the inverse of ( cart2jpolar)

Usage

jpolar2cart( rpsi )

Arguments

rpsi

Visual field location in polar coordinates

Value

Data frame with the (x,y) Cartesian coordinates

Details

Input rpsi needs to be a data frame. It returns a data frame with the Cartesian coordinates

See Also

cart2jpolar

Examples

Run this code
# NOT RUN {
  jpolar2cart( cart2jpolar( data.frame( x = c( 0, 10 ), y = c( 0, 10 ) ) ) )
# }

Run the code above in your browser using DataLab