tomm: Convert pixel width to millimeters with a given dpi value

Description Usage Arguments Value Examples

Description

Convert pixel width to millimeters with a given dpi value

Usage

1
tomm(width, height, dpi = 300)

Arguments

width

width in pixels

height

height in pixels

dpi=300

dpi value

Value

the new width and height values in millimeters

Examples

1
tomm(1300, 2000)

Myfanwy/sizer documentation built on May 7, 2019, 5:15 p.m.