search for: scale_x_reverse

Displaying 6 results from an estimated 6 matches for "scale_x_reverse".

2009 Dec 15
1
for loop for automatic pdf generation
...alue , data=subset(braggxsec.melt, Creek==list.names[i]), colour=variable, geom="line", xlab="meters across the channel", ylab="meters from bankfull", col="black", linetype=variable, main=list.names[i])+facet_grid(station~Creek)+scale_y_reverse(breaks=breaks)+scale_x_reverse()+theme_bw()+ opts(panel.grid.minor = theme_blank(), panel.grid.major=theme_blank()) dev.off() } -- Stephen Sefick 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 mam...
2007 Oct 31
1
reversing the scale on ggplot
Dear All, I am trying to build a simple ggplot, but where the scale is reversed, i.e. the largest numbers are on the bottom. An example of the code I am using is > plotdata<-data.frame(x=1:10, y=runif(10)) > plot<-ggplot() > plot<-plot+layer(data=plotdata, mapping=aes_string(x='x',y='y'), geom='point', stat='identity', size=4) >
2008 Oct 23
1
Reversing xlim qplot
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),
2008 Dec 02
1
ggplot2 facet_wrap problem
...ot;, "variable", "value"), row.names = c(NA, -820L), class = "data.frame")) #this plots fine qplot(RiverMile, value, data=subset(melt.nut, variable=="TSS")) #this does not qplot(RiverMile, value, data=melt.nut)+facet_wrap(~variable, scales="free")+scale_x_reverse(breaks=unique(melt.nut[,"RiverMile"])) -- Stephen Sefick 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 littl...
2012 Mar 02
0
ggplot2 0.9.0
...cales default to grey, which should stand out as different from non-missing values. * The new `oob` (out of bounds) parameter controls how scales deals with values outside the limits. The default action is `censor` - see `clip` for another option. * Only `scale_x_log10`, `scale_x_sqrt` and `scale_x_reverse` provided as convenience functions for x and y scales. Use e.g. `scale_x_continuous(trans = "log")` to access others * `set_default_scale` has been removed. If you want to change the default scale for an aesthetic, just create a function called `scale_aesthetic_continuous` or `sc...
2012 Mar 02
0
ggplot2 0.9.0
...cales default to grey, which should stand out as different from non-missing values. * The new `oob` (out of bounds) parameter controls how scales deals with values outside the limits. The default action is `censor` - see `clip` for another option. * Only `scale_x_log10`, `scale_x_sqrt` and `scale_x_reverse` provided as convenience functions for x and y scales. Use e.g. `scale_x_continuous(trans = "log")` to access others * `set_default_scale` has been removed. If you want to change the default scale for an aesthetic, just create a function called `scale_aesthetic_continuous` or `sc...