print.cgr {ecoCopula} | R Documentation |
Print function for cgr object
Description
Print function for cgr object
Usage
## S3 method for class 'cgr'
print(x, ...)
Arguments
x |
is a cgr object, e.g. from output of |
... |
not used |
See Also
Examples
abund <- spider$abund[,1:5]
spider_mod <- stackedsdm(abund,~1, data = spider$x, ncores=2)
spid_graph=cgr(spider_mod)
print(spid_graph)
[Package ecoCopula version 1.0.2 Index]