Gabor Grothendieck <[email protected]> writes: > Try this: > >> mx <- formals(identity)$x >> missing(mx) > [1] TRUE >> sin(mx) > Error in sin(mx) : 'mx' is missing
Neat. There's no way to look at 'mx' because calling any function with it as an argument gives that same error message, including the auto print function. What exactly is 'mx' here? -- Jeff ______________________________________________ [email protected] 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.

