Displaying 1 result from an estimated 1 matches for "tf4801014".
2007 Nov 13
1
ggplot2: changing axis labels in ggplot()
...cannot change the axis labels
p<-ggplot(data=mydat,aes(shape=factor(site),x=predictor,y=response))
p$xlabel="Predictor Variable"
p$ylabel="Response Variable"
p+geom_point()
--
View this message in context: http://www.nabble.com/ggplot2%3A-changing-axis-labels-in-ggplot%28%29-tf4801014.html#a13736149
Sent from the R help mailing list archive at Nabble.com.