powered by
(x,y)
converts to (x,y) in degrees from polar coordinates. It is the inverse of ( cart2jpolar)
( cart2jpolar)
jpolar2cart( rpsi )
Visual field location in polar coordinates
Data frame with the (x,y) Cartesian coordinates
Input rpsi needs to be a data frame. It returns a data frame with the Cartesian coordinates
cart2jpolar
# NOT RUN { jpolar2cart( cart2jpolar( data.frame( x = c( 0, 10 ), y = c( 0, 10 ) ) ) ) # }
Run the code above in your browser using DataLab