powered by
Convert pixels to degrees for machine 'machine'
pixTodeg(xy, machine = "compass")
xy converted to degrees of visual field with the usual conventions or NA if machine is unknown
NA
a 2 element vector c(x,y) where x and y are in pixels
"compass" or ...?
pixTodeg(c(1000, 200), machine="compass") # c(1.290323, 24.516129) degrees pixTodeg(c(1920/2, 1920/2)) # c(0,0) degrees
Run the code above in your browser using DataLab