Learn R Programming

pipenostics (version 0.1.7)

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)

Arguments

x

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

Value

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

See Also

psi_mpa for converting megapascals to pounds per square inch

Other utils: inch_mm(), kgf_mpa(), mm_inch(), mpa_kgf(), psi_mpa()

Examples

Run this code
# NOT RUN {
 mpa_psi(c(145.03773800721814, 1))
 # [1] 1.000000000 0.006894757 # [MPa]

# }

Run the code above in your browser using DataLab