Skip to content
Prev 300693 / 398506 Next

Line chart with a double matrix

Thanks David for the solution, I paste here the code with a few changes:

par(xpd = NA, oma = c(5, 0, 0, 0))
matplot(t(buffersump[,1:6]), type="l", xaxt="n", lwd=3, ylab="Porcentajes de
respuestas afirmativas")
axis(1, 1:6, colnames(buffersump2))
legend("bottomright", legend=rownames(buffersump2), lty=1:5, col=1:5,  inset
= c(0, -0.7))



--
View this message in context: http://r.789695.n4.nabble.com/Line-chart-with-a-double-matrix-tp4637047p4637177.html
Sent from the R help mailing list archive at Nabble.com.