Description Usage Arguments Details Value References Examples
This function is a modification of standard qqnorm functions to work
with CMBWindow
regions.
1 | qqnormWin(cmbdf, win, intensities = "I")
|
cmbdf |
A |
win |
A |
intensities |
A |
qqnormWin
returns a normal QQ plot of for the specified
CMBDataFrame
column intensities
and CMBWindow
region. The function automatically adds a line of a “theoretical” normal
quantile-quantile plot.
A list with quantile components x and y and a normal QQ plot with QQ line
qqnorm, qqplot, qqplotWin
1 2 3 4 5 6 7 | ## Download the map first
# downloadCMBMap(foreground = "smica", nside = 1024)
# df <- CMBDataFrame("CMB_map_smica1024.fits")
# cmbdf <- sampleCMB(df, sample.size = 1000)
# win1 <- CMBWindow(theta = c(0,pi/2,pi/2), phi = c(0,0,pi/2))
# qqnormWin(cmbdf, win1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.