Skip to content

Commit e699acc

Browse files
authored
Add ggpop package (#224)
Register ggpop in the site.
1 parent 31b8b33 commit e699acc

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

_config.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2365,4 +2365,22 @@ widgets:
23652365
Draw all-sky maps in Galactic or equatorial coordinates with a Hammer-Aitoff projection
23662366
description: >
23672367
ggsky extends ggplot2 with `coord_galactic()` and `coord_equatorial()` for making sky maps in a Hammer-Aitoff projection.
2368-
It includes helper scales (scale_gal_lon/scale_gal_lat and scale_eq_ra/scale_eq_dec) to control graticule breaks and label formatting (including RA in hours).
2368+
It includes helper scales (scale_gal_lon/scale_gal_lat and scale_eq_ra/scale_eq_dec) to control graticule breaks and label formatting (including RA in hours).
2369+
2370+
- name: ggpop
2371+
thumbnail: images/ggpop.png
2372+
url: https://jurjoroa.github.io/ggpop
2373+
ghuser: jurjoroa
2374+
ghrepo: ggpop
2375+
tags: visualization,population,icons,fontawesome,isotype
2376+
cran: true
2377+
ghauthor: jurjoroa
2378+
short: >
2379+
Create icon-based representative population and geomcharts with Font Awesome icons
2380+
description: >
2381+
ggpop extends ggplot2 with `geom_pop()` for representative population (isotype)
2382+
charts where each icon stands for a fixed number of individuals, and
2383+
`geom_icon_point()` for placing Font Awesome icons at arbitrary coordinates as
2384+
a drop-in replacement for `geom_point()`. It includes `scale_legend_icon()` for
2385+
icon-based legends, `theme_pop()` for polished chart defaults, and `fa_icons()`
2386+
to search and preview the full Font Awesome library.

images/ggpop.png

87.7 KB
Loading

0 commit comments

Comments
 (0)