make_update_expr {dynprog} | R Documentation |
String together the case if
-statements of a recursion.
Description
String together the case if
-statements of a recursion.
Usage
make_update_expr(ranges, patterns, conditions, recursions)
Arguments
ranges |
The ranges specification |
patterns |
The patterns specification |
conditions |
The conditions specifications |
recursions |
The recursions specification |
Value
A series of if
-else
-statements for evaluating a recursion.
[Package dynprog version 0.1.1 Index]