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

Geom coverage and geom_feat.rd update #139

Merged
merged 5 commits into from
Feb 23, 2023
Merged

Conversation

BvAdrichem
Copy link
Contributor

  • new function called geom_coverage
    This function has been documented together with geom_wiggle due to there similar nature.

  • geom_feat documentation updated
    A simple documenation for geom_feat was created.
    Furthermore, geom_segment now uses linewidth instead of size (since ggplot2 version 3.4.0) -> has been updated within geom_feat.

  • Roxygen2 update
    Newest version of roxygen2 (7.2.3) updated different documentation files automatically.

Created a new function called geom_coverage. This function is documented together with geom_wiggle due to there similar nature.
changed size to linewidth for geom_feat.
ggplot2::geom_segment uses linewidth since latest update (version 3.4.0)
Newest version of roxygen2 (7.2.3) update different documentation files automatically
The documentation for geom_feat was still missing. A simple basic documentation explaining different options has been created.
The latest update of ggplot2 (version 3.4.0), had several changes that partly influence functions within the gggenomes package.
Any line_object can no be changed in size by using `linewidth = ...` (rather than previously used `size = ...`).

This change has influence on both `gggenomes::geom_feat` and `gggenomes::geom_seq`.
@BvAdrichem BvAdrichem changed the title Geom coverage & geom_feat.rd update Geom coverage and geom_feat.rd update Jan 18, 2023
@thackl thackl merged commit 5c5635f into thackl:master Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants