plotDS {clim.pact}R Documentation

Plot downscaled results

Description

Plots the results from DS.

Usage

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)

Arguments

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

Value

plotDS returns a map object for the large-scale synoptic (anomaly) pattern, which can be plotted on a sphere (satellite) or coloured map (map).

Author(s)

R.E. Benestad

Examples

data(helsinki.t2m)
data(eof.mc)
ds.helsinki<-DS(dat=helsinki.t2m,preds=eof.mc,plot=FALSE)
plotDS(ds.helsinki,leps=TRUE)

[Package clim.pact version 2.2-15 Index]