Pedro J. Aphalo
Pedro J. Aphalo
## Summary Pull request #196 solves problems with justification and angle of rotation for the initial position, as seen passing to `geom_text_repel()` `max.iter = 0`. With the default for `max.iter`...
## Summary This is a bug originally in 'ggplot2', and fixed by a pull request submitted today. There is an additional problem of inconsistency in the direction for `"inward"` and...
## Summary When setting `hjust` to a value outside 0..1 range, in cases it would push text over the plotting area edge, text overlaps point. The problem can be reproduced...
Some time ago a request/suggestion for supporting in `stat_poly_eq()` CIs for the fitted coefficients and other parameter estimates was made. More recently, a pull request at https://github.com/kassambara/ggpubr/pull/418 and comments on...
The equivalents of `use_label()` for `stat_fit_tb()` to be used for selecting and renaming columns. (Language translations of colum headers could be also implemented at a later time.)
I suspect this is a problem in 'ggtext' rather than 'ggpmisc', but anyway spurious space is inserted where there is not any in `eq.label`.
I just implemented function `use_label()` that uses `paste()` to assemble the combined label and supports a single value for `sep`. This is a simple user interface usable in many cases....
This issue belongs here in 'ggpp' although it is in 'ggpmisc' as it was openned before the package split: https://github.com/aphalo/ggpmisc/issues/3 It needs to be explored if justification could be also...
After updating the code, the details section of `geom_table()` and `geom_plot()` documentation needs to be updated. Examples all work, but there are couple of duplicated ones that need to be...
Brief description of the problem Support for sf data for maps has been added to 'ggplot2' some time ago, but 'ggpp' has not been tested for labelling of maps. Example...