| RadiosondeDavenport | R Documentation | 
Contains the information measured by a sounding in Davenport (station 74455) in 1997, June 21st at 00:00 UTC. That day was a very unstable situation.
data("RadiosondeDavenport")
A data frame with 67 observations on the following 11 variables.
V1a vector with pressure values (hPa).
V2a vector with height (m).
V3a vector with temperature values (Celsius).
V4a vector with dew point temperature values (Celsius).
V5a vector with relative humidity values (%).
V6a vector with mixing ratio values (g/kg).
V7a vector with wind direction values (degrees).
V8a vector with wind speed values (knots).
V9a vector with potential temperature (K).
V10a vector with equivalent potential temperature (K).
V11a vector with virtual potential temperature (K).
RadiosondeA and RadiosondeD
data(RadiosondeDavenport)
#Calculate the pressure in Pa
RadiosondeDavenport$V1*100
#Calculate the temperature in K
C2K(RadiosondeDavenport$V3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.