Pedro J. Aphalo
Pedro J. Aphalo
Seems to now work correctly.
Statistic `stat_sf_coordinates()` can be used to translate map coordinates into _x_ and _y_ coordinates. This needs testing and examples need to be added to the vignettes. Even if this solves...
Hi. I think this will be very useful for those of us developing extenssions. On the other hand, I guess it can be called using ::: even if not exported.
Implementing this as a mapped aesthetic is dead simple. I can make a pull request if you like.
o.k., I will give it a try next week. Thanks for the hint!
@choiceMaster-ai It is difficult to help you without code that we can actually run. A reprex does not need to use your confidential data. You can generate a similar plot...
There is no need to edit the ggplot as a workaround for what looks like a long-standing bug if one uses `stat_correlation()` from 'ggpmisc' instead of `stat_cor()` from 'ggpubr'. Some...
@wbvguo Using `group=1` is a nice and useful trick! `stat_correlation()` from 'ggpmisc' has parameters called `vstep` and `hstep` to control the position shift and in addition uses the range extracted...
@slowkow @acgoodman I think the reason for the difference is not necessarily the length of the labels. It is possible that the numbers have vertically smaller bounding boxes than the...
A documentation page is in my todo list. I will let you know when it is done. I have been recently playing in 'ggpp' and implemented justification computed based on...