Description Usage Arguments Value Examples
This function returns n
largest extreme values for the specified
CMBDataFrame
column intensities
and
CMBWindow
region.
1 | extrCMB(cmbdf, win, n, intensities = "I")
|
cmbdf |
A |
win |
A |
n |
An integer value. |
intensities |
A |
A CMBDataFrame
with n
largest extreme values
1 2 3 4 5 6 7 8 9 10 11 | ## 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(pi/2,pi,pi/2), phi = c(0,0,pi/2))
# extrCMB(cmbdf, win1,5)
#
## Ploting the window and 5 top extreme values
# plot(win1)
# plot(extrCMB(cmbdf, win1,5), col ="blue", size = 4,add = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.