Learn R Programming

sonicscrewdriver (version 0.0.7)

convert2Pascals: Convert pressure to Pascals

Description

Converts pressure measurements into Pascals

Usage

convert2Pascals(P, input = "kPa")

Value

The numeric value in Pascals

Arguments

P

The value of the pressure to convert

input

The unit of the pressure to convert, allowed values are "kPa", "dyne_cm2".

Examples

Run this code
convert2Pascals(1000, input="kPa")
convert2Pascals(10, input="dyne_cm2")

Run the code above in your browser using DataLab