Learn R Programming

prada (version 1.48.0)

devRes: Resolution of current plotting device

Description

Calculates what R thinks to be the resolution of the current graphic device.

Usage

devRes()

Arguments

Value

xres and yres, the resolution in x and y direction respectively.

Details

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.

See Also

plotPlate

Examples

Run this code
devRes()

Run the code above in your browser using DataLab