getPixelsPerDatum {precisePlacement} | R Documentation |
Find the Number of Pixels Per Data Point in a Plot
Description
Find the Number of Pixels Per Data Point in a Plot
Usage
getPixelsPerDatum()
Value
Numeric vector of length two giving the number of pixels per data point, for the x axis and y axis, respectively.
Author(s)
Jasper Watson
Examples
## Not run:
plot(1:10)
print(getPixelsPerDatum())
## End(Not run)
[Package precisePlacement version 0.1.0 Index]