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)

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