Possible duplicate:
List of ggplot2 options?
I have a pretty simple question about ggplot2.
When I need to search for help on plot parameters with the R base, I just write
?par
What is equivalent to '? par 'for ggplot2?
Sometimes I use qplot and I need to understand what needs to be configured in order to configure geometry parameters or something else, but I just donβt know how to search for documentation on parameters ...
Any help?
source share