| qqplotWin | R Documentation | 
CMBWindowsThis function is a modification of standard qqplot functions to work
with CMBWindow regions.
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 CMBWindows 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
## 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.