sim.het(mat, coord=NULL, dn, method="soerensen", test=TRUE,
permutations=100, ...)het2nbs(mat, coord=NULL, dn, method="soerensen", ...)
dist object resulting from similarity calculation.data.frame with two columns containing the coordinates of the plots for which species data or a dist matrix is given. Defaults to NULL. Then, mean similarity and standard deviation of similarities from each plot to all other plsim.data.frame with the following columnsdn.mean-values."*" indicates, that mean value is significantly different from random.mean was tested. If the initial similarity value is lower than the mean of the permuted values the lower tail is tested (sig.prefix = "-") and vice versa (sig.prefix = "+").sd-values."*" indicates, that sd value is significantly different from random.sd was tested. If the initial similarity value is lower than the mean of the permuted values the lower tail is tested (sig.prefix = "-") and vice versa (sig.prefix = "+").sim.pat for the calculation of similarity between a focal unit and its neighbours whilst preserving species identity.
Significance is tested against random expectations with a permutation procedure. After calculating the values for mean and sd the species/similarity matrix is permuted and the values are calculated again. This is done permutation times. Then the initial values are tested against the obtained distribution. If the initial values are under the mean of the respective values among plots they are tested against the lower tail of the permuted distribution. If they exceed the mean, they are tested against the upper tail of the permuted distribution. If a value is significant, this means that it is signifcantly different from a random distribution of species and therefore might likely be caused by underlying envrionmental patterns.sim.pat and simdata(abis)
## calculate average similarity for the focal plots
abis.het <- sim.het(abis.spec, coord=abis.env[,1:2], dn=100)Run the code above in your browser using DataLab