plotDS               package:clim.pact               R Documentation

_P_l_o_t _d_o_w_n_s_c_a_l_e_d _r_e_s_u_l_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     Plots the results from 'DS'.

_U_s_a_g_e:

     plotDS(ds.obj,leps=FALSE,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)

_A_r_g_u_m_e_n_t_s:

  ds.obj: A 'DS' object.

    leps: 'TRUE' produces EPS files.

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

_V_a_l_u_e:

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

_A_u_t_h_o_r(_s):

     R.E. Benestad

_E_x_a_m_p_l_e_s:

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

