Learn R Programming

sesem (version 1.0.1)

truelove_results: Truelove lowland example sesem output

Description

This list object is an example of the output produced by function runModels. 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) path model for the truelove dataset: spatial_model<-' Gram ~ Moisture N_Fix ~ Bryoph + Lich + SoilCrust SoilCrust ~ Bryoph + Lich + Gram + Shrubs + Forbs Bryoph ~ Gram + Shrubs + Forbs + Moisture Lich ~ Moisture + Forbs + Gram + Shrubs + Bryoph Forbs ~ Moisture Gram ~~ Forbs Shrubs ~ Moisture Gram ~~ Shrubs Shrubs ~~ Forbs' results<-runModels(spatial_model,covariances) calc.dist, make.bin, make.covar, runModels datasets

Arguments

format

A list object sesem results for the truelove path model and 11 lag distance bins.