Skip to content
Prev 139903 / 398513 Next

plot with diffrent colour and plotting symbols

?points

Does this do what you wanted?
-------------------------------------------------
plot(tt, var2,xaxt ="n", ylim=c(min(Var[1:3]),
max(Var[1:3])))
axis(1,1:length(unique(var1)), labelname)

points(tt, var3, col="green")
points(tt,var4, col= "red")
---------------------------------------------------
--- Diego Culattoni <diegoculattoni at yahoo.com> wrote:

            
____________________________________________________________________________________
[[elided trailing spam]]