mat <- matrix(runif(100), 10, 10)
rownames(mat) <- paste0("s",1:10)
pair <- as_bioregion_pairwise(list(mat,mat,mat),
metric_name = NULL,
pkg = NULL,
is_similarity = FALSE)
pair
Run the code above in your browser using DataLab