Last chance! 50% off unlimited learning
Sale ends in
Plots sample (empirical) variogram. Uses plot.variogram
from
geoR package.
An object of class variogram.
Extra arguments as in plot.variogram
passed to plot.default.
Produces a plot with the sample variogram.
geoR package, variogramCMB
, variog
,
plot.variogram
# NOT RUN {
## 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)
# }
Run the code above in your browser using DataLab