This list object is an example of the output produced by function make.covar. It was produced by the following script, and is provided to reduce the computation load of some of the examples in this library.
data=truelove
distancematrix<-calc.dist(truelove)
Truelove_bins<-make.bin(distancematrix,type="ALL",p.dist=20)
binsize<-Truelove_bins[1][[1]] #truelove lowland bin sizes
binname<-Truelove_bins[2][[1]] #truelove lowland bin names
covariances<-make.covar(truelove,distancematrix,binsize,binname)
A list object with covariances for 11 lag distance bins.
calc.dist, make.bin, make.covar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.