View source: R/convertPressures.R
convert2dyne_cm2 | R Documentation |
Converts pressure measurements into dyne per square centimetre
convert2dyne_cm2(P, input = "kPa")
P |
The value of the pressure to convert |
input |
The unit of the pressure to convert, allowed values are "kPa", "P". |
convert2dyne_cm2(1, input="Pa")
convert2dyne_cm2(1, input="kPa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.