airDensityHASL {masscor} | R Documentation |
Air density estimation using only height above sea level.
Description
Calculates the approximated density of local air using a model that relies
on height above sea level (HASL) information. More accurate alternatives are found
in airDensity()
but those require data form environmental conditions
(temperature, barometric pressure and relative humidity).
Usage
airDensityHASL(HASL)
Arguments
HASL |
height altitude above sea level in meters. |
Value
Numeric value of an approximated air density in g cm^{-3}
.
See Also
airDensity()
for better models to predict air density.
Examples
airDensityHASL(HASL = 0) # [g/cm^3]
airDensityHASL(HASL = 1600) # [g/cm^3]
[Package masscor version 0.0.7.1 Index]