grid.check {GridR}R Documentation

grid.check

Description

checks if varlist contains all variables and functions to execute function f. If not the missing variables are returned

Usage

grid.check(grid.input.Parameters.f,x="",varlist=c(), fName="", intern=FALSE)

Arguments

grid.input.Parameters.f which functions should be checked
x for internal use
varlist a vector which contains needed variables and functions to execute f
fName for internal use
intern with intern=FALSE a human output is printed, otherwise null or the missing variables are returned

Author(s)

Malte Lohmeyer


[Package GridR version 0.9.1 Index]