Skip to content

Commit b6e5601

Browse files
committed
Reexported ggplot2::scale_size()
1 parent d3667e3 commit b6e5601

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

NAMESPACE

+2
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ export(scale_fill_iheid)
423423
export(scale_fill_rug)
424424
export(scale_fill_sdgs)
425425
export(scale_fill_uzh)
426+
export(scale_size)
426427
export(select_ties)
427428
export(summarise_ties)
428429
export(theme_ethz)
@@ -512,6 +513,7 @@ importFrom(ggplot2,labs)
512513
importFrom(ggplot2,scale_alpha_manual)
513514
importFrom(ggplot2,scale_color_brewer)
514515
importFrom(ggplot2,scale_fill_brewer)
516+
importFrom(ggplot2,scale_size)
515517
importFrom(ggplot2,theme_void)
516518
importFrom(ggplot2,unit)
517519
importFrom(ggplot2,xlab)

R/reexports_ggplot2.R

+5
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ ggplot2::aes
2929
#' @importFrom ggplot2 ggsave
3030
#' @export
3131
ggplot2::ggsave
32+
33+
#' @importFrom ggplot2 scale_size
34+
#' @export
35+
ggplot2::scale_size
36+

man/reexports.Rd

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)