getLinesPerInch {precisePlacement} | R Documentation |
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()
Value
Numeric vector of length two giving the number of lines per inch, for the x axis and y axis, respectively.
Note
The number of lines per inch is the same for both the x and y axes but we return a vector of length two to maintain consistency with all of the other getXperY style functions.
Author(s)
Jasper Watson
Examples
## Not run:
plot(1:10)
print(getLinesPerInch())
## End(Not run)
[Package precisePlacement version 0.1.0 Index]