Description Usage Arguments Value References Examples
Plots sample (empirical) correlation function. Uses plot.variogram
from
geoR package.
1 2 |
x |
An object of class CMBCorrelation. |
... |
Extra arguments as in |
Produces a plot with the sample correlation function.
geoR package, corrCMB
, variog
,
plot.variogram
1 2 3 4 5 6 | ## Download the map first
# downloadCMBMap(foreground = "smica", nside = 1024)
# df <- CMBDataFrame("CMB_map_smica1024.fits")
# cmbdf <- sampleCMB(df, sample.size = 100000)
# corcmb <- corrCMB(cmbdf, max.dist = 0.03, num.bins = 10, sample.size=1000)
# plot(corcmb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.