Displaying 2 results from an estimated 2 matches for "liquidado".
Did you mean:
liquidados
2016 Oct 25
2
Colores en names.arg de un barplot()
..."black", "blue"), length(barras[,1]/2)
que permita pintar uno y uno en este gráfico:
barplot(t(barras[,2:10]), horiz=T, col=col.segmentos, border=F, space=0,
las=1, cex=.75, cex.axis=1
,names.arg=row.names(barras), cex.names=0.6, col="red",
xlab="Valores liquidados, en $")
legend(300, 60, xpd=T , inset=c(-0.1,0), cex=1, bty="n"#bg="white"
#, lwd=F , ncol=1, pch = 15
,segmentos ,fill = col.segmentos, border = "darkblue") #
text(100, 33, paste("Principales", length(barras[,1]),"pr...
2016 Oct 25
2
Colores en names.arg de un barplot()
...>
> que permita pintar uno y uno en este gráfico:
>
>
>
> barplot(t(barras[,2:10]), horiz=T, col=col.segmentos, border=F, space=0,
>
> las=1, cex=.75, cex.axis=1
>
> ,names.arg=row.names(barras), cex.names=0.6, col="red",
>
> xlab="Valores liquidados, en $")
>
> legend(300, 60, xpd=T , inset=c(-0.1,0), cex=1, bty="n"#bg="white"
>
> #, lwd=F , ncol=1, pch = 15
>
> ,segmentos ,fill = col.segmentos, border = "darkblue") #
>
> text(100, 33, paste("Princi...