Helper to calculate dissimilarities in loop
dis_loop(site_spp_list, icol, fcol, method = "jaccard", verbose = TRUE, ...)
list of presence absence matrices for a set of sites or cells of a grid.
number of column where the species list (other columns) starts.
number of column where the species list (other columns) ends.
(character) dissimilarity index to be passed to function
vegdist
. Default = "jaccard". See details.
(logical) whether or not to print messages about the process. Default = TRUE.
other arguments to be passed to function
vegdist
.
A list of results from vegdist
.