Learn R Programming

ecoCopula (version 1.0.2)

print.cord: Print function for cord object

Description

Print function for cord object

Usage

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

Arguments

x

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

...

not used

See Also

cord

Examples

Run this code
# NOT RUN {
abund <- spider$abund
spider_mod <- stackedsdm(abund,~1, data = spider$x, ncores=2) 
spid_lv=cord(spider_mod)
print(spid_lv)
# }

Run the code above in your browser using DataLab