knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

oxygen

The goal of oxygen is to help you convert between oxygen measurements taken in different units

Installation

You can install oxygen from github with:

# install.packages("devtools")
devtools::install_github("JoeyBernhardt/oxygen")

Example

This is a basic example which shows you how to solve a common problem:

library(oxygen)
torr_mgl(temperature = 16, oxygen_in_torr = 18)


JoeyBernhardt/oxygen documentation built on May 4, 2019, 1:24 p.m.