Print function for cord object
print.cord.Rd
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
Examples
abund <- spider$abund
spider_mod <- stackedsdm(abund,~1, data = spider$x, ncores=2)
spid_lv=cord(spider_mod)
print(spid_lv)
#>
#> Call:
#> stackedsdm(y = abund, formula_X = ~1, data = spider$x, ncores = 2)
#>
#> Pairwise associations:
#> [1] "2 latent variables"
#>