I have the following plot like below. It was created with this command: library(ggplot2) df <- data.fram
I plot the following: library(ggplot2) carrots <- data.frame(length = rnorm(500000, 10000, 10000)) cu
I would like to place two plots side by side using the ggplot2 package, i.e. do the equivalent of par(mfrow=c(
Apparently, folk have figured out how to make xkcd style graphs in Mathematica and in LaTeX. Can we do it in R
I have a plot where the x-axis is a factor whose labels are long. While probably not an ideal visualization,