inch_mm {pipenostics} | R Documentation |
Millimeters to inches
Description
Convert length measured in millimeters (mm) to inches
Usage
inch_mm(x)
Arguments
x |
length measured in millimeters, [mm].
Type: |
Value
length in inches, [inch].
Type: assert_double
.
See Also
mm_inch
for converting inches to mm
Other units:
c_k()
,
f_k()
,
k_c()
,
kgf_mpa()
,
loss_flux()
,
mm_inch()
,
mpa_kgf()
,
mpa_psi()
,
psi_mpa()
Examples
library(pipenostics)
inch_mm(c(25.4, 1))
# [1] 1.00000000 0.03937008 # [inch]
[Package pipenostics version 0.2.0 Index]