export_lines {aiRthermo} | R Documentation |
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).
export_lines()
data(RadiosondeA) aPs<-RadiosondeA[,1]*100 aTs<-C2K(RadiosondeA[,3]) stuveA<-stuve_diagram(Pres = aPs/100,Temp=aTs-273.15)