Learn R Programming

precisePlacement (version 0.2.0)

getPixelsPerInch: Find the Number of Pixels Per Inch in a Plot

Description

Find the Number of Pixels Per Inch in a Plot

Usage

getPixelsPerInch()

Arguments

Value

Numeric vector of length two giving the number of pixels per inch, for the x axis and y axis, respectively.

Author

Jasper Watson

Examples

Run this code
if (FALSE) {

plot(1:10)
print(getPixelsPerInch())

}

Run the code above in your browser using DataLab