scale_x_reverse() sorry I figured it out
On Thu, Oct 23, 2008 at 8:37 AM, stephen sefick <[EMAIL PROTECTED]> wrote: > I would like to be able to reverse the xlim on qplot > this is the code that I am using > > qplot(a[,"River.Mile"], a[,26] > ,ylab=colnames(a)[26], xlab="RiverMile", xlim=rev(c(60, > 216)))+geom_smooth()+scale_x_continuous(breaks=c(215,202,198,190,185,179,148,119,61), > labels=c("215","202","198","190","185","179","148","119","61")) > > -- > Stephen Sefick > Research Scientist > Southeastern Natural Sciences Academy > > Let's not spend our time and resources thinking about things that are > so little or so large that all they really do for us is puff us up and > make us feel like gods. We are mammals, and have not exhausted the > annoying little problems of being mammals. > > -K. Mullis > -- Stephen Sefick Research Scientist Southeastern Natural Sciences Academy Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals. -K. Mullis ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.