Learn R Programming

xlcharts (version 0.0.1)

points_to_pixels: points_to_pixels

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html

Usage

points_to_pixels(value, dpi = 96L, ...)

Value

A numeric value.

Arguments

value

value

dpi

dpi

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab