grid.check {GridR} | R Documentation |
checks if varlist contains all variables and functions to execute function f. If not the missing variables are returned
grid.check(grid.input.Parameters.f,x="",varlist=c(), fName="", intern=FALSE)
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 |
Malte Lohmeyer