Learn R Programming

pipenostics (version 0.2.0)

mpa_psi: Pounds per square inch to megapascals

Description

Convert pressure (stress) measured in pounds per square inch (PSI) to megapascals (MPa)

Usage

mpa_psi(x)

Value

pressure (stress) in megapascals (MPa). Type: assert_double.

Arguments

x

pressure (stress) measured in pounds per square inch (PSI). Type: assert_double.

See Also

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()

Examples

Run this code
 library(pipenostics)

 mpa_psi(c(145.03773800721814, 1))
 # [1] 1.000000000 0.006894757 # [MPa]

Run the code above in your browser using DataLab