Re: [R] Partial function application in R

2009-03-12 Thread nosek
ich was not really readable. Thus I came to writing code like this: sorting.predicate <- combine( pure.perf, bind( "[[", i="V11"), bind( quantile, 0.25 ) ) I wonder how bad is it? :) Regards, nosek Wacek Kusnierczyk wrote: > > nosek wrote: >> Hello, >&

Re: [R] Partial function application in R

2009-01-17 Thread nosek
Hello, soon after my last posting to this thread I stumbled upon the do.call function and came to the very much the same version as yours. It is good! However, it looks that both name clashes and mixing keyword and positional styles in argument binding and function calls may lead to very drastic

Re: [R] Partial function application in R

2009-01-15 Thread nosek
> > Still seems to get the unnamed optional y argument to the plotting > machinery. > > -- > David Winsemius > > On Jan 15, 2009, at 4:25 PM, nosek wrote: > >> >> Hello, >> >> in a desperate desire of using partial function applica

[R] Partial function application in R

2009-01-15 Thread nosek
at would apply keyword arguments, like: plot_lines <- bind2( plot, type="l" ) which would return function(...) plot( type="l", ... ) How to do this in R? Regards, nosek -- View this message in context: http://www.nabble.com/Partial-function-application-in-R-tp21487269p21487