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,
>&
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
>
> 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
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
4 matches
Mail list logo