Description Usage Arguments Value Examples
Plots sample (empirical) covariance function. Uses plot.variogram
from
geoR package.
1 2 |
x |
An object of class CMBCovariance. |
... |
Extra arguments as in |
Produces a plot with the sample covariance function.
#'@references geoR package, covCMB
, 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)
# Cov <- covCMB(cmbdf, max.dist = 0.03, num.bins = 10)
# plot(Cov)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.