Description Arguments Value References Examples
Plots sample (empirical) variogram. Uses plot.variogram
from
geoR package.
x |
An object of class variogram. |
... |
Extra arguments as in |
Produces a plot with the sample variogram.
geoR package, variogramCMB
, 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)
# varcmb <- variogramCMB(cmbdf, max.dist = 0.1, num.bins = 30, sample.size=1000)
# plot(varcmb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.