Skip to content
Prev 367248 / 398506 Next

Confused about using data.table package,

C W
Thanks Hadley!

While I got your attention, what is a good way to get started on ggplot2? ;)

My impression is that I first need to learn plyr, dplyr, AND THEN ggplot2.
That's A LOT!

Suppose i have this:
iris
iris2 <- cbind(iris, grade = sample(1:5, 150, replace = TRUE))
iris2

I want to have some kind of graph conditioned on species, by grade . What's
a good lead to learn about plotting this?

Thank you!



On Mon, Feb 20, 2017 at 11:12 AM, Hadley Wickham <h.wickham at gmail.com>
wrote: