Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Dec 17, 2024
1 parent d552739 commit d94cb36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: aplot
Title: Decorate a 'ggplot' with Associated Information
Version: 0.2.3
Version: 0.2.3.001
Authors@R: c(
person(given = "Guangchuang", family = "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
person("Shuangbin", "Xu", email = "xshuangbin@163.com", role = "ctb",
comment = c(ORCID="0000-0003-3513-5362")),
person(given = "Thomas", family = "Hackl", email = "thackl@mit.edu", role = "ctb")
)
Description: For many times, we are not just aligning plots as what 'cowplot' and 'patchwork' did. Users would like to align associated information that requires axes to be exactly matched in subplots, e.g. hierarchical clustering with a heatmap. This package provides utilities to aligns associated subplots to a main plot at different sides (left, right, top and bottom) with axes exactly matched.
Description: For many times, we are not just aligning plots as what 'cowplot' and 'patchwork' did. Users would like to align associated information that requires axes to be exactly matched in subplots, e.g. hierarchical clustering with a heatmap. Inspired by the 'Method 2' in 'ggtree' (G Yu (2018) <doi:10.1093/molbev/msy194>), 'aplot' provides utilities to aligns associated subplots to a main plot at different sides (left, right, top and bottom) with axes exactly matched.
Depends:
R (>= 4.1.0)
Imports:
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# aplot 0.2.3.001

+ update DESCRIPTION to add citation (2024-12-17, Tue)
- G Yu (2018) <doi:10.1093/molbev/msy194>

# aplot 0.2.3

+ `xlab2()` and `ylab2()` to prevent axis label aignment (2024-06-17, Mon)
Expand Down

0 comments on commit d94cb36

Please sign in to comment.