convert_p | R Documentation |
The function converts between different units of pressure.
convert_p(x, unit = c("Pa", "bar", "at", "atm", "torr"))
x |
vector of given pressure values, |
unit |
measurement unit of the given value(s). |
A data frame with converted values.
https://en.wikipedia.org/wiki/Bar_(unit)
convert_AStoPS
, convert_PStoAS
,
convert_RtoS
,
convert_StoCl
, convert_StoR
,
convert_T
,
convert_p(1, "atm")
convert_p(c(2, 3, 4.5), "bar")
convert_p(1, "atm")$Pa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.