inches_to_spaces {junco} | R Documentation |
Conversion of inches to spaces
Description
Conversion of inches to spaces
Usage
inches_to_spaces(ins, fontspec, raw = FALSE, tol = sqrt(.Machine$double.eps))
Arguments
ins |
numeric. Vector of widths in inches |
fontspec |
font_spec. The font specification to use |
raw |
logical(1). Should the answer be returned unrounded
( |
tol |
numeric(1). The numeric tolerance, values
between an integer |
Value
the number of either fractional (raw = TRUE
) or whole (raw = FALSE
)
spaces that will fit within ins
inches in the specified font
[Package junco version 0.1.1 Index]