devRes {prada} | R Documentation |
Calculates what R thinks to be the resolution of the current graphic device.
devRes()
This function may be used to get the resolution of the current graphics device. This can be important when calculating pixel coordinates for the output graphic.
A vector with items xres
and
yres
, the resolution in x
and y
direction
respectively.
Florian Hahne
devRes()