[R] Combine two matricies

Paul Chatfield p.s.chatfield at rdg.ac.uk
Mon Jul 13 11:50:48 CEST 2009


The following code should do it.  This assumes matrices a and x are of the
same dimension which is why  you can index a as below

x[is.na(x)==TRUE]<-a[is.na(x)==TRUE]

-- 
View this message in context: http://www.nabble.com/Combine-two-matricies-tp24458609p24458797.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list