powered by
Convert length measured in inches to millimeters (mm)
mm_inch(x)
length measured in inches, [inch]. Type: assert_double.
assert_double
length in millimeters, [mm]. Type: assert_double.
inch_mm for converting mm to inches
inch_mm
Other utils: inch_mm(), kgf_mpa(), mpa_kgf(), mpa_psi(), psi_mpa()
inch_mm()
kgf_mpa()
mpa_kgf()
mpa_psi()
psi_mpa()
# NOT RUN { mm_inch(c(0.03937008, 1)) # [1] 1.0 25.4 # [mm] # }
Run the code above in your browser using DataLab