Learn R Programming

OPI (version 3.0.4)

pixTodeg: Convert pixels to degrees for machine 'machine'

Description

Convert pixels to degrees for machine 'machine'

Usage

pixTodeg(xy, machine = "compass")

Value

xy converted to degrees of visual field with the usual conventions or NA if machine is unknown

Arguments

xy

a 2 element vector c(x,y) where x and y are in pixels

machine

"compass" or ...?

Examples

Run this code
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