[R] Data frame query

ManInMoon xmoon2000 at googlemail.com
Fri Mar 5 13:40:54 CET 2010


I have created a large dataframe (d) by getting data from file using
read.table

I now have 79 columns and 3 million rows. How can I plot the 6th column? I
tried plot(d[,6]) but it doesn't look right. When I try to do just d[,6] the
console gets some odd "levels" message I don't understand

Moon
-- 
View this message in context: http://n4.nabble.com/Data-frame-query-tp1579555p1579555.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list