export_lines: Export the lines for the thermodynamic diagram

Description Usage See Also Examples

Description

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

Usage

1

See Also

fixedlines

Examples

1
2
3
4
data(RadiosondeA)
aPs<-RadiosondeA[,1]*100
aTs<-C2K(RadiosondeA[,3])
stuveA<-stuve_diagram(Pres = aPs/100,Temp=aTs-273.15)

aiRthermo documentation built on May 1, 2019, 9:24 p.m.