1.7. Finding help
Basic principle
create an empty RISE object e.g.
r=rise.empty(0);
run methods(rise) or methods(tao) to see the functions/methods that can be applied to a RISE object
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