Re: [R] Graph binned data

2011-11-06 Thread David Winsemius
On Nov 7, 2011, at 12:09 AM, Jeffrey Joh wrote: I have a table that looks like this: structure(list(speed = c(3,9,14,8,7,6), result = c(0.697, 0.011, 0.015, 0.012, 0.018, 0.019), house = c(1, 1, 1, 1, 1, 1), date = c(719, 1027, 1027, 1027, 1030, 1030), id = c("1000", "1", "10001"

[R] Graph binned data

2011-11-06 Thread Jeffrey Joh
I have a table that looks like this: structure(list(speed = c(3,9,14,8,7,6), result = c(0.697, 0.011, 0.015, 0.012, 0.018, 0.019), house = c(1, 1, 1, 1, 1, 1), date = c(719, 1027, 1027, 1027, 1030, 1030), id = c("1000", "1", "10001", "10002", "10003", "10004")), .Names = c("speed"