Skip to content
Prev 316198 / 398506 Next

Pass vector as multiple parameters (as in python f(*x))

This an alternating way of doing it using a list if you know the
argument names in
the function definition i.e. ?formals and ?alist, But would change
the default values of the function. Probably not you wanted.
[1] 18
On 26 January 2013 01:46, Carlos Pita <carlosjosepita at gmail.com> wrote: