Add species adjacency method

This commit is contained in:
Elias Projahn 2022-01-17 20:11:07 +01:00
parent c8f1e522f9
commit 53f955f3da
6 changed files with 202 additions and 14 deletions

View file

@ -36,7 +36,8 @@ all_methods <- function() {
clustering(),
correlation(),
neural(),
adjacency()
adjacency(),
species_adjacency()
)
}