Possible Duplicate:
List of ggplot2 options?
I have a pretty basic question on ggplot2.
When I need to look for help on paramters of plot with base R, I just write
?par
What’s the equivalent of ‘?par’ for ggplot2?
Sometimes I’m using qplot and need to understand hot to tune my geom paramters or another thing, but I just don’t know how to look for documentation on the paramters…
Any help?
Explore these two links
R Cookbook
ggplot2 opts