truelove_results: Truelove lowland example sesem output

Description Format See Also

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)

Format

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

See Also

calc.dist, make.bin, make.covar, runModels


sesem documentation built on May 1, 2019, 9:17 p.m.