airDensityHASL: Air density estimation using only height above sea level.

Description Usage Arguments Value See Also Examples

View source: R/airDensityHASL.R

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

1

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

1
2
airDensityHASL(HASL = 0)    # [g/cm^3]
airDensityHASL(HASL = 1600) # [g/cm^3]

masscor documentation built on Sept. 13, 2021, 9:06 a.m.