plotAitoffGalacticOverlayBigSingleType | R Documentation |
Uses geom_scattermore for plotting.
plotAitoffGalacticOverlayBigSingleType(
bkg,
className,
xm.skymap,
alpha = "ra_deg",
delta = "dec_deg",
hpxLevel = 8,
palette = "plasma",
adjuster = 6
)
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 |
ggplot skymap plot overlayd over background plot
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.