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