|
|
|
|
|
by Breza
299 days ago
|
|
I guess I'm lucky to have learned it in 2012 when base, ggplot, and lattice were all being taught at the same time. I love ggplot, but I dip into base from time to time when hist(students$age) is faster then ggplot(students, aes(x = age)) + geom_histogram() |
|