Re: [R] Graphic with several curves
Dear CE.KA, If 'x' is your data, you could do something like the following: matplot(as.factor(c('1990','1992')),t(x[,-2]),type='l', xaxt='n',xlab='Year',ylab="Some label here",lty=1) axis(1,c(1990,"","","",1992),c(1990,"","","",1992)) legend('topleft',paste('Observation',1:5),col=1:5,lt
[R] Graphic with several curves
Hi R users, Imagine the folowing data frame 19901991 1992 1 5 20 6 2 15 1 11 3 3 14 22 4 20 8 55 5 10 3 14 Is there a way to build a graphic in which: - 1 c