# NOT RUN {
# }
# NOT RUN {
library(ggplot2)
ggplot(data=iris,
mapping=aes(x=Sepal.Length,
y=Petal.Length, color=Species))+
geom_point()+
gg_("rotate x-axis labels by 90<U+00B0>")+
gg_("set x-axis label to 'Length of Sepal'")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab