TF_robotarm {TestFunctions} | R Documentation |
TF_robotarm: Robot arm function for evaluating a single point.
Description
TF_robotarm: Robot arm function for evaluating a single point.
Usage
TF_robotarm(x)
Arguments
x |
Input vector at which to evaluate. |
Value
Function output evaluated at x.
Examples
TF_robotarm(rep(0,8))
TF_robotarm(rep(1,8))
[Package TestFunctions version 0.2.1 Index]