Skip to content

Commit 45869a4

Browse files
authored
Add ggsky extension (#223)
* Add ggsky extension * change short descr
1 parent 4deddd6 commit 45869a4

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

_config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2352,3 +2352,17 @@ widgets:
23522352
2. Draw theoretical limits for proportion (0 to 1). 3. Calculate proportion and place it in the logical limits (i.e. the balancing point for stacks).
23532353
4. Place null within the logical limits 5. Draw distribution for NULL and standard deviations within the distribution. 6. determine the z-score (where does observed prop fit into NULL distributions)
23542354
(i.e. how many standard deviations fit between .5 and .67)
2355+
2356+
- name: ggsky
2357+
thumbnail: images/ggsky.png
2358+
url: https://uskovgs.github.io/ggsky
2359+
ghuser: uskovgs
2360+
ghrepo: ggsky
2361+
tags: visualization,astronomy,coordinates,projection,axis
2362+
cran: false
2363+
ghauthor: uskovgs
2364+
short: >
2365+
Draw all-sky maps in Galactic or equatorial coordinates with a Hammer-Aitoff projection
2366+
description: >
2367+
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).

images/ggsky.png

213 KB
Loading

0 commit comments

Comments
 (0)