pixels_to_points {xlcharts} | R Documentation |
pixels_to_points
Description
96 dpi, 72i
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html
Usage
pixels_to_points(value, dpi = 96L, ...)
Arguments
value |
value |
dpi |
dpi |
... |
Additional arguments, i.e. kwargs. |
Value
A numeric value.
Examples
## Not run:
pixels_to_points(value = 1L)
## End(Not run)
[Package xlcharts version 0.0.2 Index]