powered by
Increases font size on all text in a ggplot2 graphic
increasefont(Size = 18)
font size of all textual elements in a ggplot2 graphic
ggplot2 theme code to increase the font size
# NOT RUN { df <- data.frame(p=c(.1, .3, .5, .7, .9), Prior=rep(1/5, 5)) ggplot(df, aes(p, Prior)) + geom_point() + increasefont() # }
Run the code above in your browser using DataLab