Hi the list,

Considere the following:

f <- function(x){apply(x,2,mean)}
findGlobals(f)

findGlobals consideres mean as a global variable, which it is not.
Is there a way to tell to findGlobals that mean is a function ?

Thanks

Christophe

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to