plumePlot             package:clim.pact             R Documentation

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

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

     Retreives an ensemble of time series from `DS' and plots these as
     a plume. The routine retrieves the ds objects from disc.

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

     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)

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

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.

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

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

     R.E. Benestad

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

     ds.list<-avail.ds()
     plumePlot(ds.list,location="OSLO-BLINDERN",mon=1)

