ggarrow icon indicating copy to clipboard operation
ggarrow copied to clipboard

ggplot2 extension: more options for drawing arrows

Results 3 ggarrow issues
Sort by recently updated
recently updated
newest added

Currently, ggarrow offers the ability to draw straight and curvy lines. It would be incredibly useful to extend the package functionality to include the ability to create wavy lines. I...

First release: * [x] `usethis::use_cran_comments()` * [x] Update (aspirational) install instructions in README * [x] Proofread `Title:` and `Description:` * [x] Check that all exported functions have `@return` and `@examples`...

When points are spaced more densely than the linewidth, a glitch can occur at corners where a sharp angle transitions into a smooth curve. ``` r library(ggarrow) #> Loading required...

bug