Displaying 1 result from an estimated 1 matches for "maxbesuche".
2010 Aug 11
0
R and TK Error "can't find objects"
...),as.numeric(tclvalue(Zeitb)))))
}
test2 <- local({source("C:/.../funktion.R", local = TRUE)
environment(plan) <- .GlobalEnv
plan })
The head of the file/ function in "C:/.../funktion.R" looks like this:
plan<-function(AnzK,maxBesuche,Besuchsh?ufigkeitaktuell,ZpK,d,ZER,S2,S3,
S4,SAT,Zeitbudget){
...
}
When I'm starting the function in "C:/.../funktion.R" (with the
variables initiated like above, but without tclVar) it's running.
Also when I'm opening it from GUI but re-initiate the variables in the
funk...