powered by
xlim(...)
xlim(15, 20) xlim(20, 15) xlim(c(10, 20)) xlim("a", "b", "c") qplot(mpg, wt, data=mtcars) + xlim(15, 20)
Run the code above in your browser using DataLab