[R] findGlobals on apply

Christophe Genolini cgenolin at u-paris10.fr
Tue Apr 8 00:24:45 CEST 2008


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



More information about the R-help mailing list