Pedro J. Aphalo
Pedro J. Aphalo
Available in the still unreleased main branch.
No backdoor needed. As position functions keep the original position in `data` the direction and angle of displacement can be used to set justification on the side or corner of...
Implemented for `geom_text_s()` and `geom_label_s()`. Unnecesary for `geom_point_s()`.
I have started using UpSetR recently, and I was badly missing this feature. I hope this pull request gets merged soon!
It would be good to check how this works within knitr and Rmd files before merging. I played briefly with these commits and even if saving to a variable is...
Yes, indeed, this would be very useful.
`theme(legend.position = "none")` will supresss all legends´. Otherwise, supress the legend in a call to the corresponding scale and pass a suitable argument to parameter `guide` or use `guides()` to...
Two possible approaches: 1) create a wrapper on `sprintf()` that understands the short names of the labels and maps the assembled character vector to the `label` aesthetic; 2) enhance `use_label()`...
It us rather easy to achieve this in users' code, and examples exist in the documentation. For the time being I set this issue on hold.
I implemented CI for R2. CIs could be computed for other parameters but how would they be displayed in a plot? Possibly in an inset table. If I implement them,...