[R] A GGPLOT ploting question
Megh
megh700004 at yahoo.com
Mon Dec 7 11:44:24 CET 2009
library(ggplot2)
m <- ggplot(movies, aes(x=rating))
m + geom_histogram()
Now in x-axis instead of numbers like 2,4,6,8,10..., I want to write like
2%,4%,6%,8%,10%...
Is there any way to do that through GGPLOT ? Your help will be highly
appreciated.
Thanks,
--
View this message in context: http://n4.nabble.com/A-GGPLOT-ploting-question-tp954281p954281.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list