| mpa_kgf | R Documentation |
Convert pressure (stress) measured in kilogram-force per square cm (kgf/cm^2)
to megapascals (MPa)
mpa_kgf(x)
x |
pressure (stress) measured in kilogram-force per square cm,
[kgf/cm^2]. Type: |
pressure (stress) in megapascals, [MPa].
Type: assert_double.
kgf_mpa for converting megapascals to kilogram-force per square cm
Other units:
c_k(),
f_k(),
inch_mm(),
k_c(),
kgf_mpa(),
loss_flux(),
mm_inch(),
mpa_psi(),
psi_mpa()
library(pipenostics)
mpa_kgf(c(10.1971619998, 1))
# [1] 1.0000000 0.0980665 # [MPa]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.