1.7. Finding help

Basic principle

  1. create an empty RISE object e.g.

    r=rise.empty(0);
    
  2. run methods(rise) or methods(tao) to see the functions/methods that can be applied to a RISE object

  3. run those methods on r”. e.g. “irf(r)”, simulate(r)”, solve(r)”, etc. this will give you the default options of each method and tell you how you can modify the behavior of the method