summary.cord: Summary function for cgr object

summary.cordR Documentation

Summary function for cgr object

Description

Summary function for cgr object

Usage

## S3 method for class 'cord'
summary(object, ...)

Arguments

object

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

...

not used

See Also

cord

Examples

abund <- spider$abund[,1:5]
spider_mod <- stackedsdm(abund,~1, data = spider$x, ncores=2) 
spid_lv=cord(spider_mod)
summary(spid_lv)

gordy2x/saint documentation built on Feb. 29, 2024, 8:09 p.m.