View source: R/autocorVsTaxonNum.R
autocorVsTaxonNum | R Documentation |
The taxa are added in decreasing order of abundance.
autocorVsTaxonNum(ts, lag = 1, plot = FALSE, col = "black", pch = "+")
ts |
a matrix with objects as rows and time points as columns |
lag |
the lag for which autocorrelation is computed |
plot |
plot the increasing number of taxa versus their autocorrelation |
col |
plot color |
pch |
plot point character |
a list with the taxon number, autocorrelations, slope and p-value
## Not run: N=10 A=generateA(N,c=0.1) soi.ts=soi(N=N,I=1000,A=A,tend=100) res=autocorVsTaxonNum(soi.ts, plot=TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.