plotDS {clim.pact} | R Documentation |
Plots the results from DS
.
plotDS(ds.obj,leps=FALSE,plot.ts=TRUE,plot.map=TRUE,plot.res=FALSE, plot.rate=FALSE,add=FALSE,col="darkred",lwd=2,lty=1, direc="output/",main=NULL,sub=NULL,xlab=NULL,ylab=NULL)
ds.obj |
A DS object. |
leps |
'TRUE' produces EPS files. |
plot.ts |
'TRUE' shows the time series. |
plot.map |
'TRUE' shows the spatial predictor pattern. |
plot.res |
'TRUE' shows statistics for residuals. |
plot.rate |
'TRUE' shows analysis of rate-of-change. |
add |
TRUE: adds a scenario to old time series plot. |
col |
Colour of scenario time series. |
lwd |
Line width of scenario time series. |
lty |
Line style of scenario time series. |
direc |
Directory for graphical output. |
main |
Preset main title (see plot ). |
sub |
subtitle |
xlab |
x label |
ylab |
y label |
plotDS
returns a map object for the large-scale synoptic
(anomaly) pattern, which can be plotted on a sphere
(satellite
) or coloured map (map
).
R.E. Benestad
data(helsinki.t2m) data(eof.mc) ds.helsinki<-DS(dat=helsinki.t2m,preds=eof.mc,plot=FALSE) plotDS(ds.helsinki,leps=TRUE)