truelove_covar {sesem} | R Documentation |
Truelove lowland example covariances
Description
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)
Format
A list object with covariances for 11 lag distance bins.
See Also
calc.dist
, make.bin
, make.covar
[Package sesem version 1.0.2 Index]