Skip to content
Prev 75253 / 398502 Next

numeric operations w/ lists

On 8/9/05 12:21 PM, "Afshartous, David" <afshart at exchange.sba.miami.edu>
wrote:
See ?lapply.  Something like:


NewX <- lapply(X,function(tmp) {tmp-Y})

Hope this helps.

Sean