aiRthermo (version 1.1)

export_lines: Export the lines for the thermodynamic diagram

Description

This function exports the fixedlines for St<U+00FC>ve Diagram. It includes the data for plotting the pseudoadiabatic (adiabat_*_T), dry adiabatic (theta_*_T) and constant mixing ratio lines (wsat_*_T).

Usage

export_lines()

Arguments

See Also

fixedlines

Examples

Run this code
# NOT RUN {
data(RadiosondeA)
aPs<-RadiosondeA[,1]*100
aTs<-C2K(RadiosondeA[,3])
stuveA<-stuve_diagram(Pres = aPs/100,Temp=aTs-273.15)
# }

Run the code above in your browser using DataCamp Workspace