| inch_mm | R Documentation |
Convert length measured in millimeters (mm) to inches
inch_mm(x)
x |
length measured in millimeters, [mm].
Type: |
length in inches, [inch].
Type: assert_double.
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()
library(pipenostics)
inch_mm(c(25.4, 1))
# [1] 1.00000000 0.03937008 # [inch]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.