print.cord {ecoCopula}R Documentation

Print function for cord object

Description

Print function for cord object

Usage

## S3 method for class 'cord'
print(x, ...)

Arguments

x

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

...

not used

See Also

cord

Examples

abund <- spider$abund
spider_mod <- stackedsdm(abund,~1, data = spider$x, ncores=2) 
spid_lv=cord(spider_mod)
print(spid_lv)

[Package ecoCopula version 1.0.2 Index]