View source: R/convertPressures.R
convert2Pascals | R Documentation |
Converts pressure measurements into Pascals
convert2Pascals(P, input = "kPa")
P |
The value of the pressure to convert |
input |
The unit of the pressure to convert, allowed values are "kPa", "dyne_cm2". |
The numeric value in Pascals
convert2Pascals(1000, input="kPa")
convert2Pascals(10, input="dyne_cm2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.