Skip to content
Prev 805 / 29559 Next

Natural Breaks Classification

Most of my problem is that this is my first time using R, so I just
don't know the functions (or even really the semantic differences) for
dealing with vectors,arrays, and matrices.

Thank you very much for the code sample.  I have been looking around,
is there a good basic reference online to find out basic function
information so I can reference what things like order, match, unlist,
tapply, etc. are doing?  I have yet to find just a good functional
reference doc for R.

Given that I am not plotting my data in R, I think that you are going
further than what I actually need.  Given the small example data set,
all that I really need is just the two numbers 4 and 11 (before I had
said 3, but I realized the third is unnecessary). From these I plan to
construct my classes as <4,>=4 and <11, >=11 when I create my
classification in MapServer where I am doing the plotting.

David
On 2/24/06, Roger Bivand <Roger.Bivand at nhh.no> wrote: