Skip to content
Prev 75203 / 398502 Next

use different symbols for frequency in a plot

Thank you.

But I only need three classes of freqnencies (in
another words, only three kinds of symbols) for 1-5,
5-10 and above 10, not to use different symbols for
different frequencies. Otherwise, clearly R will run
out of available symbols and the plot is also hard to
view.

Thank you anyway.

--- Adaikalavan Ramasamy <ramasamy at cancer.org.uk>
wrote:
y<-c(rep(.5,3),rep(.6,8),rep(1.2,8),rep(2.5,18),rep(3,4))