mpa_psi | R Documentation |
Convert pressure (stress) measured in pounds per square inch (PSI) to megapascals (MPa)
mpa_psi(x)
x |
pressure (stress) measured in pounds per square inch (PSI).
Type: |
pressure (stress) in megapascals (MPa).
Type: assert_double
.
psi_mpa
for converting megapascals to pounds per square inch
Other units:
c_k()
,
f_k()
,
inch_mm()
,
k_c()
,
kgf_mpa()
,
loss_flux()
,
mm_inch()
,
mpa_kgf()
,
psi_mpa()
library(pipenostics)
mpa_psi(c(145.03773800721814, 1))
# [1] 1.000000000 0.006894757 # [MPa]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.