I bet this is incredibly simple, but I looked through the documentation on barplot() and could not find it.
I want to create a barplot, with a Y-axis of a particular height (lets say 4) even though the data only goes to 2. Is there some parameter I can pass so that this is done?
Thank you!
That should be
ylim=c(0,4)but it is hard to say without sample data.