Summary function for cgr object
summary.cord.Rd
Summary function for cgr object
Usage
# S3 method for cord
summary(object, ...)
Arguments
- object
is a cord object, e.g. from output of
cgr
.- ...
not used
Examples
abund <- spider$abund[,1:5]
spider_mod <- stackedsdm(abund,~1, data = spider$x, ncores=2)
spid_lv=cord(spider_mod)
summary(spid_lv)
#>
#> Call:
#> stackedsdm(y = abund, formula_X = ~1, data = spider$x, ncores = 2)
#>
#> Loadings:
#> Factor1 Factor2
#> [1,] 0.709 0.060
#> [2,] -0.141 0.987
#> [3,] 0.851 -0.265
#> [4,] -0.068 0.443
#> [5,] 0.515 -0.345
#>