Learn R Programming

xlcharts (version 0.0.1)

pixels_to_points: 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, ...)

Value

A numeric value.

Arguments

value

value

dpi

dpi

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
pixels_to_points(value = 1L)
}

Run the code above in your browser using DataLab