Learn R Programming

dynprog (version 0.1.1)

eval_recursion: Evaluate an entire dynprog recursion.

Description

This function takes the ranges and recursions of a specification and evaluate the dynprog expression, returning a filled out dynamic programming table.

Usage

eval_recursion(ranges, recursions)

Arguments

ranges

The ranges specification

recursions

The recursions specification

Value

The filled out dynamic programming table