Pedro J. Aphalo
Pedro J. Aphalo
I can imagine that two stats both have a full compute but store the intermediate results (e.g. the model in `geom_smooth()`) in a cache. The cache can then be read...
This should be possible if needed. There is an example in the documentation of 'segmented'. - [ ] Consider if this would worthwhile implementing.
`geom_point_s()`, `geom_label_s()`, `geom_text_s()`, `geom_label_pairwise()`, `geom_text_pairwise()`, `geom_table()`, `geom_plot()`, `geom_grob()`, `geom_table_npc()`, `geom_plot_npc()` and `geom_grob_npc()` have formal parameters `colour.target` and `alpha.target`. Arguments passed to these prameters work consistently while each geometry accepts a...
A geom like `geom_pointrange()` but with range lines for both _x_ and _y_. This would complement `ggpmisc::stat_centroid()` allowing centroid plus _x_ and _y_ error bars in a single plot layer....
Easily modifying a table theme to add alpha to the core of the table seems useful. It could be rather easily implemented in all existing ttheme constructors as in the...