powered by
Pretty theme
theme_pdf(show.ticks = T, legend.pos = NULL)
Show x- and y- ticks.
Vector with x and y position of the legend.
# NOT RUN { ggplot() + geom_point(aes(x=rnorm(1000), y=rnorm(1000), color=(1:1000 / 1000))) + theme_pdf(F, legend.pos=c(1, 1)) # }
Run the code above in your browser using DataLab