daniel1noble / orchaRd

Extending the Orchard Plot for Meta-analysis
https://daniel1noble.github.io/orchaRd/
11 stars 6 forks source link

Update k.pos option to enable specification of exact x.axis position #30

Closed befriendabacterium closed 1 year ago

befriendabacterium commented 1 year ago

Accepts 'right', 'left' and 'none' as before but you can also plug in the exact position on the x axis that you want to k legend to align with. Does this by bypasses the hjust argument and just using the y argument of annotate()

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 22.22% and project coverage change: -0.63 :warning:

Comparison is base (aad8a91) 62.99% compared to head (056c31c) 62.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #30 +/- ## ========================================== - Coverage 62.99% 62.37% -0.63% ========================================== Files 8 8 Lines 581 590 +9 ========================================== + Hits 366 368 +2 - Misses 215 222 +7 ``` | [Impacted Files](https://app.codecov.io/gh/daniel1noble/orchaRd/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Noble) | Coverage Δ | | |---|---|---| | [R/orchard\_plot.R](https://app.codecov.io/gh/daniel1noble/orchaRd/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Noble#diff-Ui9vcmNoYXJkX3Bsb3QuUg==) | `72.41% <22.22%> (-4.23%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.