runDebug {superb} | R Documentation |
runDebug
Description
runDebug is an internal function used by GRD and superb to help in debugging the functions. It assigns in the global environment the variables that are local to a function so that they become visible.
Usage
runDebug(where, title, vars, vals)
Arguments
where |
indicates where in the program runDebug was called |
title |
string text to be displayed when this function is triggered |
vars |
strings names of the variables to be placed in the global environment |
vals |
numeric values to be given to the variables. |
Value
puts in the globalenvironment the variables named "vars"
[Package superb version 0.95.9 Index]