View source: R/Operating_depth.R
Operating_depth computes the maximum (default, limit = "bottom") and minimum (when limit = "top") operating depth for one or more gases. O2: tibble, vector or scalar. Proportion of O2 in the mix in percent. PO2: double. PO2 for which the limit is to be calculated (typically, 0.18 or 1.61) limit: character. One of "bottom" or "top". Should be set to "bottom" (default) for Maximum OD, and to "top" for Minimum OD.
1 | Operating_depth(O2, PO2, limit = c("bottom", "top"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.