Cut and paste the following code into R.
barplot(c(1,4,3,0.5),c(20,20,30,30),space=0, col=c("white","gray","white","white"), main="Histogram of Exam Scores", xlab="Score Points") axis(1)Look at the generated picture. Suppose that the gray bar is actually missing (we don't know its height) but we are told that the fat block next to it represents 50% of the entries in the list. How tall is the missing block? |