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