plumePlot {clim.pact} | R Documentation |
Retreives an ensemble of time series from DS
and plots these as a plume. The routine retrieves the ds objects from disc.
plumePlot(ds.name.list=NULL,location,mon,direc="output", t.rng=c(1850,2074),r2.th=50,p.th=0.05, col="darkred",lwd=2,lty=1)
ds.name.list |
A list of file names holding the ds objects. |
location |
Name of location to plot. |
mon |
Month to plot. |
direc |
The subdirectory in which the ds objects are stored. |
t.rng |
Time interval to plot. |
r2.th |
R-squared theshold: only use scenarios that account for
equal to or more than r2.th of the variance in %. |
p.th |
p-value threshold: only use scenarios that have p-values
equal to or less than p.th . |
col |
Colour of scenario time series. |
lwd |
Line width of scenario time series. |
lty |
Line style of scenario time series. |
R.E. Benestad
## Not run: ds.list<-avail.ds() plumePlot(ds.list,location="OSLO-BLINDERN",mon=1) ## End(Not run)