mm_inch | R Documentation |
Convert length measured in inches to millimeters (mm)
mm_inch(x)
x |
length measured in inches, [inch].
Type: |
length in millimeters, [mm].
Type: assert_double
.
inch_mm
for converting mm to inches
Other units:
c_k()
,
f_k()
,
inch_mm()
,
k_c()
,
kgf_mpa()
,
loss_flux()
,
mpa_kgf()
,
mpa_psi()
,
psi_mpa()
library(pipenostics)
mm_inch(c(0.03937008, 1))
# [1] 1.0 25.4 # [mm]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.