Comparing SPlus and R: a lesson in lexical scoping. If you consider to move to S, be 
aware of the following.

Consider the piece of code:

f <- function(x) {
  g <- function(y) {
    x + y
  }
  g(0)
}

What would be the result of calling f(10)? Try it in SPlus. They are too professional 
to make their product work well...

r.ar

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to