Learn R Programming

precisePlacement (version 0.1.0)

getLinesPerInch: Find the Number of Margin Lines Per Inch in a Plot

Description

Find the Number of Margin Lines Per Inch in a Plot

Usage

getLinesPerInch()

Arguments

Value

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

Examples

Run this code
# NOT RUN {
plot(1:10)
print(getLinesPerInch())

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab