Displaying 1 result from an estimated 1 matches for "dado3".
Did you mean:
dados
2014 Mar 19
3
Leyenda gráficos
...dos<-matrix(c(table(dado_1),table(dado_2),table(dado_3)),6)
barplot(t(dados),beside=TRUE,ylab="Frecuencias absolutas",main="Dados",names.arg=c(1,2,3,4,5,6),col=c("lightblue","green","blue"))legend(2,220,c("Dado1","Dado2","Dado3"),cex=0.6,bty="n",fill=c("lightblue","green","blue"))
##
Mi intención es poner la leyenda al lado del título "Dados" por ejemplo, pero no sé cómo hacerlo.
Gracias, un saludo
[[alternative HTML version deleted]]