[R] Slow update(insert) on Data.frame

Joel joda2457 at student.uu.se
Tue Nov 23 17:01:08 CET 2010


Hi 

When I try to update an number in a large data.frame by its pos It's really
slow it take almost a sec to do this and I wonder why and if where is any
faster way to update a number in a data.frame

ive tried

DF$col[POS]<-number
DF[xPOS,yPOS]<-number

Thx
//Joel
-- 
View this message in context: http://r.789695.n4.nabble.com/Slow-update-insert-on-Data-frame-tp3055707p3055707.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list