| plot.CMBCorrelation | R Documentation |
Plots sample (empirical) correlation function. Uses plot.variogram from
geoR package.
## S3 method for class 'CMBCorrelation' plot(x, ...)
x |
An object of class CMBCorrelation. |
... |
Extra arguments as in |
Produces a plot with the sample correlation function.
geoR package, corrCMB, variog,
plot.variogram
## 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.