Re: [R] More elegant multiplication or division of a data frame with avector

2008-03-23 Thread Tribo Laboy
Hi Gabor and Greg, I thought there might be a more ?intuitive way to it, but any of those will just work fine. Thanks a lot, TL On Sat, Mar 22, 2008 at 3:06 PM, Greg Snow <[EMAIL PROTECTED]> wrote: > > > > > sweep( rawdata, 2, sens, '/' ) > > hope this helps, > > >

Re: [R] More elegant multiplication or division of a data frame with avector

2008-03-22 Thread Greg Snow
> sweep( rawdata, 2, sens, '/' ) hope this helps, From: [EMAIL PROTECTED] on behalf of Tribo Laboy Sent: Sat 3/22/2008 8:21 AM To: r-help@r-project.org Subject: [R] More elegant multiplication or division of a data frame with avector Hello, I am importin