Re: [R] seq() question
Has something do with the precision. Check this: all.equal(1.1, brks[4], tolerance = 0) all.equal(1.2, brks[5], tolerance = 0) all.equal(1.2, brks[5]) "Derek Ogle"
Re: [R] seq() question
On Fri, 2007-09-28 at 21:58 -0500, Derek Ogle wrote: > Hello all, > > I am attempting to use the seq() function to define breaks for the > cut() function but am finding performance that I do not understand. > The root of my problem appears to be contained in the following simple > example. > > >