I am still new to R. I agreed to help a friend replot his graphs however one of his plot designs is proving quite hard to reproduce. This is because he inserted a Y-axis break followed by a scale alteration on a barplot. This is illustrated by the example picture below. 
Unexpectedly this is proving hard to implement. I have attempted using:
barplot() #very hard to implement with all elements, couldn't make it
gap.barplot() #does not allow for grouped barplots …