Displaying 1 result from an estimated 1 matches for "fitmicroprotein".
2012 Sep 13
1
list of funtions
Hi,
I have a function called fitMicroProtein which takes a value called
form, this can be any integer from 0-38.
In a larger function I'm making (it's called Newton), the first thing
I want to do is construct a list of functions where form is already
set. So in pseudocode
fs[[1]](...) <- fitMicroProtein(form=0,...)
fs[[2]](...) &...