cc
project.org
Subject
[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.
>
> >
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.
> brks <- seq(0.8,1.2,0.1)
> brks
[1] 0.8 0.9 1.0 1.1 1.2
> brks==1.
3 matches
Mail list logo