Skip to content
Prev 139294 / 398506 Next

Converting a data frame with values into a matrix/

Perhaps in this case:

noquote(with(xx, tapply(NES, list(Class, Name), paste)))
On 12/03/2008, Srinivas Iyyer <srini_iyyer_bio at yahoo.com> wrote: