I'm trying to make a bar plot with the axis breaking on 0-25-50-75-100 but I can't find the parameter to do that. My syntax is from the likert package:
plot(x, ordered=FALSE, group.order=names(data))
This displays a break on 0-50-100. The plot must be a tornado chart, which is what likert package offers with the above function. See an example:
In this other example you can see what I want to get: