mon_neat: Monitor Object

View source: R/mon_neat.R

mon_neatR 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

mon_conv

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)

neatStats documentation built on Dec. 8, 2022, 1:13 a.m.