runDebug: runDebug

View source: R/runDebug.R

runDebugR Documentation

runDebug

Description

runDebug is an internal function used by GRD and superbPlot 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"


superb documentation built on Jan. 23, 2023, 5:44 p.m.