atmos_table {hydraulics}R Documentation

Tabulates into a tibble some properties of the standard atmosphere: temperature, density, and pressure.

Description

Tabulates into a tibble some properties of the standard atmosphere: temperature, density, and pressure.

Usage

atmos_table(units = c("SI", "Eng"), ret_units = TRUE)

Arguments

units

character vector that contains the system of units [options are SI for International System of Units and Eng for English (US customary) units.

ret_units

If set to TRUE the value(s) returned are of class units with units attached to the value. [Default is TRUE]

Author(s)

Ed Maurer

Examples


atmos_table(units = 'SI')


[Package hydraulics version 0.7.0 Index]