Skip to contents

Summary function for cgr object

Usage

# S3 method for cgr
summary(object, ...)

Arguments

object

is a cgr object, e.g. from output of cgr.

...

not used

See also

Examples

abund <- spider$abund[,1:5]
spider_mod <- stackedsdm(abund,~1, data = spider$x, ncores=2) 
spid_graph=cgr(spider_mod)
summary(spid_graph)
#> 
#> Call:
#> stackedsdm(y = abund, formula_X = ~1, data = spider$x, ncores = 2)
#> 
#> Pairwise associations:
#>       Alo    Alo    Alo   Arc    Arc
#> Alo 0.000  0.165  0.504 0.000  0.097
#> Alo 0.165  0.000 -0.236 0.374 -0.258
#> Alo 0.504 -0.236  0.000 0.000  0.315
#> Arc 0.000  0.374  0.000 0.000  0.000
#> Arc 0.097 -0.258  0.315 0.000  0.000
#>