TVR,dph-method {matrixdist} | R Documentation |
TVR Method for dph Class
Description
TVR Method for dph Class
Usage
## S4 method for signature 'dph'
TVR(x, rew)
Arguments
x |
An object of class dph. |
rew |
A vector of rewards. |
Value
An object of the of class dph.
Examples
obj <- dph(structure = "general")
TVR(obj, c(1, 0, 1))
[Package matrixdist version 1.1.9 Index]