Skip to content
Prev 306418 / 398506 Next

specifying arguments in functions and calling functions, within functions

Cheers Sarah, Rui, David,

Your effort clarifying my (several) confusions, especially with 
examples, most helpful for my understanding.

Not least the value of a fresh global environment _without_ confounding 
objects like:
 > scl
function(x) { median(x, na.rm=TRUE) }

And proper punctuation terminology :$

Thanks again,

Karl
On 26/09/12 20:53, David L Carlson wrote: