Description Usage Value Note Author(s) Examples
View source: R/relativeUnitConversions.R
Find the Number of Margin Lines Per Inch in a Plot
1 |
Numeric vector of length two giving the number of lines per inch, for the x axis and y axis, respectively.
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.
Jasper Watson
1 2 3 4 5 6 7 | ## Not run:
plot(1:10)
print(getLinesPerInch())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.