Displaying 1 result from an estimated 1 matches for "tp25803308p25803308".
2009 Oct 08
4
external variable by inside-function routines modifications
...ternal operators. For example
> var=1
> foo<-function(var){var=var+1}
> foo(var)
> var
[1] 1
but the goal is to get the var equal to 2 in this specific case.
Thanks!
--
View this message in context: http://www.nabble.com/external-variable-by-inside-function-routines-modifications-tp25803308p25803308.html
Sent from the R help mailing list archive at Nabble.com.