Skip to content
Prev 75212 / 398502 Next

use different symbols for frequency in a plot

Remove the '6' from the code that contains 'cut'. I am not sure how it
crept into my code. Then you should have the following mapping

	Freq	pch code
	1-5	1
	6-10	2
	11-	3

I am more concerned about viewers getting confused with many symbols
than running out of symbols in R. Looking at the last example in
help("points"), I would say that there are 20-30 usable symbols.
Remember that you can also use text() to put multi-character text.

Regards, Adai
On Mon, 2005-08-08 at 13:42 -0700, Kerry Bush wrote: