I am making a bar plot using ggplot2 and would like the x-axis to intersect the y-axis at -1 rather than 0. I am open to using other methods in R for creating the figure if it is not possible to force the x-axis to shift down in ggplot.
Graphing a new line at -1 (not an axis) or transforming the data, as has been suggested in responses to a similar query, would both not be appropriate for this presentation.