I'd like to cut the y axis of my barplot in two parts. The cutoff should be 5000 in the y axis. I don't know how to deal with this in ggplot. I'm quite new and I would appreciate any help. ggplot has a function for this or I should modify my data before ploting?
This is the barplot:
I would like to have a plot like this: Grouped barplot with cut y axis
Thank you in advance,