plotAitoffGalacticOverlayBigSingleType: Plot overlay distribution in a skyplot with a single class...

plotAitoffGalacticOverlayBigSingleTypeR Documentation

Plot overlay distribution in a skyplot with a single class attribute

Description

Uses geom_scattermore for plotting.

Usage

plotAitoffGalacticOverlayBigSingleType(
  bkg,
  className,
  xm.skymap,
  alpha = "ra_deg",
  delta = "dec_deg",
  hpxLevel = 8,
  palette = "plasma",
  adjuster = 6
)

Arguments

bkg

background plot we overlay on

className

name of the primaryvartype to filter on (for classification.)

xm.skymap

dataframe to plot, with alpha, delta fields

alpha

name of alpha in Deg in df

delta

name of delta in Deg in df

hpxLevel

expected hpxLevel of the input.

palette

name of the viridis palette to use for the type.

adjuster

weight for density smoothing by geom_pointdensity

Value

ggplot skymap plot overlayd over background plot

Examples

## Not run: 
# brew chunks on the xm.groups for a massive markdown generation
brewed.chunks =
  brew_chunks(xm.groups_big
  ,plotAitoffGalacticOverlayBigSingleType
   , bkg
   , sosType
   , sosConfigName)

## End(Not run)

yazun/dpcgR documentation built on Feb. 2, 2024, 7:12 p.m.