Skip to content
Prev 139874 / 398513 Next

Odp: plot with diffrent colour and plotting symbols

Hi

r-help-bounces at r-project.org napsal dne 19.03.2008 14:18:39:
symbols
Like

plot(tt,var2,xaxt = "n", pch=var3+1, col=var4)

see ?par for customising plot parameters.
Beware also that var3 is a vector and also a part of your Var data frame 
which is sorted differently. So this direct call to var3 and var4 
reference var3 and var4 vectors not columns from data frame.

Regards
Petr
____________________________________________________________________________________
http://www.R-project.org/posting-guide.html