drGeorgeXenakis / FREddyPro

Post-Processing GHG fluxes after calculations using EddyPro from the Full Output File
GNU General Public License v3.0
2 stars 1 forks source link

Use ggplot2 in `plotSpectra` #5

Open ronnyhdez opened 2 years ago

ronnyhdez commented 2 years ago

Within the FREddyPro project we can run this to check the example plot:

> load("data/spectra.rda")
> plotSpectra(spectra,"co2",predict=TRUE,avgT=TRUE,type=c('p','l','l'),pch=c(16,-1,-1))

Example plot is like the following:

image