[R] Changing a logical matrix into a numeric matrix

djhurio Martins.Liberts at gmail.com
Mon Jan 10 11:43:13 CET 2011


Nice solution :)

Another one:

m <- matrix(c(T,T,F,T),nr=2) 
m
matrix(as.integer(m), dim(m))


-----
-- 
http://djhurio.wordpress.com/
http://twitter.com/djhurio
http://www.linkedin.com/in/martinsliberts
http://www.csb.gov.lv/
-- 
View this message in context: http://r.789695.n4.nabble.com/Changing-a-logical-matrix-into-a-numeric-matrix-tp3206797p3206917.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list