## Close any previously open graphic devices
graphics.off()
## Load the data
data(fluxes)
## Clean the fluxes
fluxes=cleanFluxes(fluxes,sdCor=TRUE,sdTimes=3,distCor=TRUE,timesList=3,
thresholdList=list(H=c(-100,1000),LE=c(-100,1000)))
## Plot all major data in as a timeseries.
plotTimeseries(fluxes,limList=list(DOY=c(146,183)),step=2,type='o',
cex=0.6,pch=1,lwd=0.5,lty=2)
Run the code above in your browser using DataLab