getScreenResolution {imageUtilities}R Documentation

get screen resolution of a monitor (may not work)

Description

get screen resolution of a monitor (may not work)

Usage

  getScreenResolution(quietly = FALSE)

Arguments

quietly

whether to fail quietly if the screen resolution can not be found, or throw and error.

Value

c(horizontal,vertical) screen resolution. NULL if not found.

See Also

Other units: convertScreenUnits, getPPI, unitType


[Package imageUtilities version 1.0.3 Index]