Pedro J. Aphalo
Pedro J. Aphalo
Currrently we support `lm()` and `rlm()` and any other function that returns an object of class `"lm"`. `MASS::lqs()` with method lts is a useful alternative that could be also supported...
Implementing the enhancements in Issues #49, #35, #7, and possibly additional enhancements are made possible or simpler by recent updates to 'grid' graphics in R 4.1.0, 4.2.0 and 4.3.0, which...
In `geom_label_pairwise()` the segment behind the label box becomes visible when the box fill is transparent. This is a bug. In `geom_text_pairwise()` the default position of the text causes no...
The most logical approach with the nudge argument would be to accept numeric vectors of any length and recycle them. One case works after today's edits correctly with three position...
This is a note about something to consider in the future. In 'ggrepel' repulsion is applied during rendering, so it tracks changes in plot size. This is advantageous in some...
A geom to highlight boundaries, such as day and night or times with abnormal data, etc. It would be similar to geom_col() but not anchored on zero. It would use...
Use 'grid's new alpha mask to support `alpha` in `geom_plot()`, `geom_table()` and `geom_grob()`. [Paul Murrell's talk ar UseR 2022](https://www.stat.auckland.ac.nz/~paul/Talks/useR2022/) [Report: _Luminance Masks in R Graphics_ by Paul Murrell](https://www.stat.auckland.ac.nz/~paul/Reports/GraphicsEngine/masks/masks.html)
It could be useful to make it possible to add a box to insets (plots, tables and grobs). Interface should use the same parameter names as `geom_label_s()`.
**Describe the bug** Inline code after latest update inserts newlines before and after the inline code. See https://www.r4photobiology.info/2023/01/ggspectra-0-3-10/ **WordPress Editing Mode** Which WordPress editing mode you're using ? Advanced Editor...
`stat_poly_line()`, `stat_poly_eq()` and relatives should be able to gracefully handle `NA` and `NULL` returned by model fit methods as an indication of failure, so that in such cases no line...