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