Posts by Marcos Trotta • 43 points
4 posts
-
2
votes2
answers63
viewsQ: Create hatched area below normal distribution curve in R
I would like to create a gray hatched area, just like the one in the image below. I plotted the curve, with the data as follows: dados <- c(149.3355, 140.3779, 145.7254, 149.8931, 139.6168,…
-
0
votes2
answers44
viewsA: Barplot in R: Help with the arguments to create a more complete graph
I got the text bars that way, through trial and error: text(x=c(0.5, 1.5, 2.5, 3.5, 4.5, 5.5, 6.5, 7.5, 8.5, 9.5, 10.5, 11.5, 12.5), y=c(0.0125, 0.054, 0.08, 0.135, 0.152, 0.13, 0.085, 0.078, 0.043,…
-
1
votes2
answers44
viewsA: Barplot in R: Help with the arguments to create a more complete graph
I got some parameters. Others are missing. barplot(frequencia_acidentes, ylab="Frequency", xlab="Number of Accidents", ylim=c(0, 10), col="skyblue1", space=0, main="Fatal Commercial Airplane…
-
-1
votes2
answers44
viewsQ: Barplot in R: Help with the arguments to create a more complete graph
Hello. I need to create the two charts below in this exact way. Certain adjustments, for example: the creation of a value of 7 in the x-axis, which has been omitted; the horizontal axis with traces…