Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port plotReverseCumulatives to ggplot2 #94

Merged
merged 6 commits into from
May 10, 2024

Conversation

charles-plessy
Copy link
Owner

This completely replaces plotReverseCumulatives with an alternative based on ggplot2. This allows for further customization by adding layers, modifying axes, etc., and may be extended later to broaden the faceting capabilities. The new function is backwards-incompatible with the previous one because the arguments xlim, ylim, xlab, xlab, main, legend, and onePlot have been dropped since ggplot2 now allows a posteriori customisation.

Here is a comparison of the outputs:

image
image

image
image

image
image

And here are examples using facetting and customisation.

image

image

@charles-plessy charles-plessy merged commit eac6808 into devel May 10, 2024
6 of 8 checks passed
@charles-plessy charles-plessy deleted the reverseCumulativesGGplot branch May 10, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant