PressureAltitude: PressureAltitude

PressureAltitudeR Documentation

PressureAltitude

Description

Pressure altitude in the ISA standard atmosphere

Usage

PressureAltitude(P)

Arguments

P

A numeric vector representing pressure in hPa

Details

Calculates the altitude in the ISA standard atmosphere corresponding to the specified pressure

Value

A numeric vector giving the pressure altitude in meters

Author(s)

William Cooper

Examples

PALT <- PressureAltitude (500.)
PALT2 <- PressureAltitude (RAFdata$PSXC)

NCAR/Ranadu documentation built on Jan. 27, 2023, 1:09 a.m.