Convenience function to set the limits of the x axis.
xlim(...)
...
Hadley Wickham <h.wickham@gmail.com>
xlim(15, 20) xlim(20, 15) xlim(c(10, 20)) xlim("a", "b", "c") qplot(mpg, wt, data=mtcars) + xlim(15, 20)