water_table {hydraulics} | R Documentation |
Tabulates into a tibble the basic water properties: density, dynamic and kinematic viscosity, saturation vapor pressure, surface tension, and bulk modulus.
Description
Tabulates into a tibble the basic water properties: density, dynamic and kinematic viscosity, saturation vapor pressure, surface tension, and bulk modulus.
Usage
water_table(units = c("SI", "Eng"), ret_units = TRUE)
Arguments
units |
character vector that contains the system of units [options are
|
ret_units |
If set to TRUE the value(s) returned are of class |
Author(s)
Ed Maurer
Examples
water_table(units = 'SI')
[Package hydraulics version 0.7.0 Index]