Learn R Programming

neatStats (version 1.13.3)

mon_neat: Monitor Object

Description

Assigns a monitor object, storing distance and width parameters.

Usage

mon_neat(distance, mon_width_cm, mon_width_pixel)

Value

A monitor object with the specified parameters, to be used in the

mon_conv function.

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.

See Also

mon_conv

Examples

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