Re: [R] How to avoid overlapping labels

2013-06-28 Thread gregk
There were some issues with the CRAN submission and I was confused about the earlier package availability. It is available now in source form ( http://cran.r-project.org/web/packages/FField/index.html) The sequence for the demo of label repulsion: install.packages("FField", type = "source") libr

Re: [R] How to avoid overlapping labels

2013-06-26 Thread gregk
I ran into a similar problem and wrote a basic package that uses force field simulation to adjust object location. While much improvement is possible, including integration with ggplot, etc. it seems to get the task accomplished. The following illustrates the functionality. If someone runs into th

Re: [R] How to avoid overlapping labels

2013-02-27 Thread Jim Lemon
On 02/27/2013 05:20 AM, john55 wrote: Hi Remko, thanks for your answer. but i do not really understand how to use the commands. if i want to use thigmophobe.labels(x,y,) do i need to identify the xy coordinates for each point first and then manually move every point? and if i neet to do so ho