mon_neat {neatStats} | R Documentation |
Monitor Object
Description
Assigns a monitor object, storing distance and width parameters.
Usage
mon_neat(distance, mon_width_cm, mon_width_pixel)
Arguments
distance |
Viewing distance in cm (from eyes to screen). |
mon_width_cm |
Monitor screen width in cm. |
mon_width_pixel |
Monitor screen width in pixels. |
Value
A monitor object with the specified parameters, to be used in the
mon_conv
function.
See Also
Examples
# 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)
[Package neatStats version 1.13.3 Index]