get_aes_var()
compatible with rlang syntax,.data[[var]]
and.data$var
(2024-12-03, Tue)
td_filter()
,td_mutate()
andtd_unnest()
from the 'ggtree' package (2024-10-24, Thu)%<+%
method for 'ggtangle' object (2024-10-24, Thu)
%<+%
method for 'ggflow' object (2024-08-28, Wed)geom_scatter_rect()
to draw retangle boxes as scatter points (2024-08-28, Wed)
- implement the
%<+%
operator as a S3 method (2024-05-26, Sun)- mv the
%<+%
operator from 'ggtree' as the%<+%.ggtree
method - implement
%<+%.ggsc
method forggsc
object.
- mv the
- deprecate
keybox()
as it is not compatible with ggplot2 v3.5.0 and we have better solution by usingelement_roundrect()
(2024-01-18, Thu) theme_noaxis()
to remove both x and y axes (2023-12-22, Fri)
set_point_legend_shape()
to override point shape legend (2023-09-15, Fri)get_plot_data()
to extract data from a 'gg' plot (2023-09-12, Tue)
- add R version dependency in DESCRIPTION (2023-08-04, Fri)
get_legend()
function to extract legend of a plot (2023-07-10, Mon)
- mv
theme_no_margin()
from the 'aplot' package (2023-06-24, Sat) - mv
theme_fp()
from the 'ggbreak' package (2023-06-24, Sat) - be compatible with R 4.1 (2023-06-21, Wed, #10)
- remove
theme_stamp()
and implement a better versiontheme_blinds()
which internally useelement_blinds()
to draw the strip background (2023-06-20, Tue, #9) geom_cake()
,geom_triangle()
andgeom_segment_c()
functions from 'GuangchuangYu/gglayer' (2023-02-10, Fri)volplot()
function to visualize volcano plot for DEGs (2022-11-29, Tue)geom_volpoint()
for volcano plot (2022-11-28, Mon)
theme_noxaxis()
(2022-11-21, Mon)
- compatible with ggplot2 v3.4.0 (2022-11-07, Mon)
- add
theme_stamp
(2022-08-31, Wed, #6) (remove since v=0.1.0, usetheme_blinds
instead)
- mv
identify.gg()
from 'ggtree' (2022-04-01, Fri) - mv
ggrange()
,xrange()
andyrange()
from 'aplot'
- mv
theme_transparent()
andtheme_nothing()
from the ggimage package (2022-01-20, Thu)
- mv
ggbreak2ggplot
,is.ggbreak
andis.ggtree
from the aplot package (2021-09-16, Thu) facet_set
: a better implementation of manually setting facet label, which combinesadd_facet
,ggtree::facet_labeller
and more (2021-09-15, Wed)add_facet
to add facet label to a ggplot object (2021-09-03, Fri)
element_roundrect
to add round rect background to ggplot legend. Now we can usetheme()
to enable this effect (2021-08-10)
- mv
gglegend
andset_font
functions fromyyplot
package (2021-06-30) - mv
get_aes_var
fromrvcheck
package
keybox
to add round rect background to ggplot legend (2021-06-29)