cyclstat              package:cyclones              R Documentation

_C_y_c_l_o_n_e _s_t_a_t_i_s_t_i_c_s

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

     Produce storm statistics/analysis. This function was used to
     produce the figures in the paper Benestad, Sorteberg and Chen,
     'The use of a Calculus-based Cyclone Identification method for
     generating storm statistics' submitted to Climate Dynamics 2004.

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

     cyclstat(fname=NULL,psl0=1000,topo="data/etopo60.Rdata",cyclone=TRUE,
              x.rng=c(5,35),y.rng=c(55,72),cmp=FALSE,mon=c(12,1,2))

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

   fname: Filename of cyclone stats data.

    psl0: Treshold value

    topo: Name of topography file.

 cyclone: Treshold: TRUE -> less than, FALSE -> greater than

   x.rng: Interval of longitudes of interest (deg E)

   y.rng: Interval of latitudes of interest (deg N)

     cmp: Flag set for comparing two storm data sets: one given a fname
          and the default in cyclones ('data(storms)')

     mon: Months to plot a histogram for.

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

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

     R.E. Benestad

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

     ## Not run: 
     library(cyclones)
     load("data/cyclonesERA40.Rdata")
     results.era40 <- results

     europe <- cyclstat(results.era40,cmp=TRUE,x.rng=c(-10,20),y.rng=c(40,55))
     ## End(Not run)

