Skip to content
Prev 332750 / 398506 Next

R 3.0.2 - How to create intervals and group another variable in those intervals?

should of had in the script:


int <- seq(0, max(x$speed) + 4.5, by = 4.5)



Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.
On Wed, Nov 6, 2013 at 12:19 PM, jim holtman <jholtman at gmail.com> wrote: