On Fri, 21 Jan 2005, Seung Jun wrote: > If R had a element-wise ternary function, I'd like to do something like this: > > (fpr.floor < fpr.ceiling) ? k.floor : k.ceiling > R does: ifelse() -thomas