[R] Need help with pointLabels()

2010-11-15 Thread Craig Starger
Hello R-list, I am plotting a weighted linear regression in R. The points on my chart are also scaled to sample size, so some points are large, some are small. I have figured out everything I need using the plot() function: how to plot the points, scale them by sample size, weight the linear

Re: [R] Need help with pointLabels()

2010-11-15 Thread Greg Snow
@r-project.org Subject: [R] Need help with pointLabels() Hello R-list, I am plotting a weighted linear regression in R. The points on my chart are also scaled to sample size, so some points are large, some are small. I have figured out everything I need using the plot() function: how

Re: [R] Need help with pointLabels()

2010-11-15 Thread Craig Starger
-project.org Subject: [R] Need help with pointLabels() Hello R-list, I am plotting a weighted linear regression in R. The points on my chart are also scaled to sample size, so some points are large, some are small. I have figured out everything I need using the plot() function: how

Re: [R] Need help with pointLabels()

2010-11-15 Thread Joshua Wiley
Hi Craig, As Greg pointed out, choose optimal locations for labels is tricky (side note for anyone reading pointLabel() comes from the maptools package). Inferring from your code, the labels you are plotting are the Category each point belongs to which suggests there may not be a huge amount of