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

Re: [R] Need help with pointLabels()

2010-11-15 Thread Craig Starger
r- > > project.org] On Behalf Of Craig Starger > > Sent: Monday, November 15, 2010 12:38 PM > > To: r-help@r-project.org > > Subject: [R] Need help with pointLabels() > > > > Hello R-list, > > > > I am plotting a weighted linear regression in R. The points

Re: [R] Need help with pointLabels()

2010-11-15 Thread Greg Snow
8 PM > To: r-help@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 > fi

[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 regre