摘要: library(vegan)library(tidyverse)pairwise.adonis1 <-function(x,factors,p.adjust.m){ x = x %>% as.matrix() co = as.matrix(combn(unique(factors),2)) pair 阅读全文
posted @ 2023-05-25 22:24 王哲MGG_AI 阅读(432) 评论(0) 推荐(0)