如何获得物种积累曲线的渐近线?

时间:2018-10-02 11:38:06

标签: r vegan

我一直在寻找使用纯素从素食主义者获得的物种积累曲线和曲线稳定的那一天。

我是按照question中的说明这样做的:

data(BCI)
sp1 <- specaccum(BCI, "random", permutations=100)
plot(sp1, ci.type="polygon", ci.lty=0, ci.col="grey")
(slopes <-with(sp1, diff(richness)/diff(sites)))
    which(slopes<0.3)[1]

我困惑为什么值是0.3?谁能解释为什么? 我正在用正确的方式找到物种积累曲线的渐近线吗?

0 个答案:

没有答案