Skip to content
Prev 138571 / 398506 Next

main title x title and y title with ggplot2

The new (more ggplot-like way) is to do:

ggplot(data, aes(x,y,fill)) + ... + opts(title = "my title")

Hadley

--
http://had.co.nz/