Posts by Rodrigo Simetti • 65 points
2 posts
-
3
votes2
answers702
viewsQ: How to add a second Y axis using the matplot function?
I have two sets of data with different scales and would like to plot the two on the same graph, the second is derived from the first. I’m using the code below, but it doesn’t work the way I want,…
-
3
votes2
answers2625
viewsQ: Bar graph text stacked in R
I want to create a stacked bar chart similar to the one below I used the following command barplot(t(dadosAQI), xlab="%", col=colAQI, horiz = TRUE, cex.axis = 0.8, cex.names = 0.8, las=1 ) But I…