-
Notifications
You must be signed in to change notification settings - Fork 2.1k
diaspora
hadley edited this page Dec 31, 2010
·
3 revisions
- Use
.
to power aes - Use environment stored in
.
, not in plot
Replace proto scales code with scales package
-
figure out how to deal with date time auto labels
-
update date time scale examples
-
ensure all aliases stored in individual files and referenced in documentation
-
add new roxygen features for documentation
-
better documentation
-
finish new intro document
-
legends
Functions that need better documentation:
- aes_all
- all themes
- annotate
- fortify
- geom_area
- geom_blank
- geom_boxplot: what is a boxplot
- geom_rect
- ggplot
- last_plot
- position_dodge (esp width)
- position_identity
- print.ggplot
- qplot
- scale_area
- scale_identity
- scale_x_log10
- scale_x_reverse
- stat_function
- stat_qq
Interface breaking changes to think about for ggplot3:
- Use
layer_histogram
,layer_smooth
instead ofgeom_histogram
andstat_smooth