Learn R Programming

ecoCopula (version 1.0.2)

summary.cgr: Summary function for cgr object

Description

Summary function for cgr object

Usage

# S3 method for cgr
summary(object, ...)

Arguments

object

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

...

not used

See Also

cgr

Examples

Run this code
# NOT RUN {
abund <- spider$abund[,1:5]
spider_mod <- stackedsdm(abund,~1, data = spider$x, ncores=2) 
spid_graph=cgr(spider_mod)
summary(spid_graph)
# }

Run the code above in your browser using DataLab