print.cord: Print function for cord object

print.cordR 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)

ecoCopula documentation built on March 18, 2022, 6:56 p.m.