Assemblage-wide temporal niche segregation
temp_overlap.Rd
Assemblage-wide temporal niche segregation
Usage
temp_overlap(mat, method = c("pianka", "czekanowski"))
Examples
temp_overlap(ex1, method = "pianka")
#> pianka
#> 0.9975192
ex1_rescale <- rescale_matrix(ex1)
temp_overlap(ex1_rescale, method = "czekanowski")
#> czekanowski
#> 0.953