Skip to contents

Print function for cgr object

Usage

# S3 method for cgr
print(x, ...)

Arguments

x

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)
print(spid_graph)
#> 
#> Call:
#> stackedsdm(y = abund, formula_X = ~1, data = spider$x, ncores = 2)
#> 
#> Pairwise associations:
#> [1] "10 positive and 4 negative"
#>