powered by
Assigns a monitor object, storing distance and width parameters.
mon_neat(distance, mon_width_cm, mon_width_pixel)
A monitor object with the specified parameters, to be used in the
mon_conv function.
mon_conv
Viewing distance in cm (from eyes to screen).
Monitor screen width in cm.
Monitor screen width in pixels.
# assign monitor with 57 cm viewing distance, screen width 52 cm and 1920 pixels my_mon = mon_neat(distance = 57, mon_width_cm = 52, mon_width_pixel = 1920)
Run the code above in your browser using DataLab