[R] "Denormalize" data

RobinLovelace rob00x at hotmail.com
Tue Aug 9 16:22:06 CEST 2011


Hi David Winsemius, thanks for the input but your reply seems to omit any
answer!

Anyway, I've figured this out for myself, with some help from the reshape
package.

Solution: 

mdata <- melt(Humn02)
Denormal <- cast(mdata, CASW~CO2Group~variable, sum)

Check out the power of the reshape package here: http://had.co.nz/reshape/

Many thanks to the R community for making this possible, it's a joy to use.

Robin

--
View this message in context: http://r.789695.n4.nabble.com/Denormalize-data-tp3729817p3730066.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list