RTisean-package           package:RTisean           R Documentation

_T_h_e _R_T_i_s_e_a_n _p_a_c_k_a_g_e

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

     The RTisean package: getting started

_D_e_t_a_i_l_s:

     RTisean is an R interface to TISEAN-3.0.1 executables
     (http://www.mpipks-dresden.mpg.de/~tisean/).  TISEAN is a suite of
     C and Fortran routines for nonlinear time series analysis, coded
     and  documented by Rainer Hegger, Holger Kantz and Thomas
     Schreiber.  In RTisean, almost each TISEAN routine is wrapped in a
     conventional R function (which silently calls TISEAN executables),
     with online help and examples (thanks to Gianluca Gazzola).

     To use this package, you must already have installed TISEAN
     executables, i.e., **download TISEAN-3.0.1 binaries from the
     TISEAN web site, and unpack them to a local folder** At the first
     call to a function in this package, you will be asked to specify
     the local directory where TISEAN binaries resides. Your answer
     will be stored in a settings file in your home directory, and used
     in all future functions calls.

     Enjoy using RTisean!

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

     TISEAN authors: Rainer Hegger, Holger Kantz, Thomas Schreiber. R
     interface code by Antonio, Fabio Di Narzo, R documentation and
     examples by Gianluca Gazzola

