points_to_pixels {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html
points_to_pixels(value, dpi = 96L, ...)
value |
value |
dpi |
dpi |
... |
Additional arguments, i.e. kwargs. |
A numeric value.
## Not run:
points_to_pixels(value = 1L)
## End(Not run)