mon_neat | R Documentation |
Assigns a monitor object, storing distance and width parameters.
mon_neat(distance, mon_width_cm, mon_width_pixel)
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. |
A monitor object with the specified parameters, to be used in the
mon_conv
function.
mon_conv
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.