Description Usage Arguments Value Examples
View source: R/Diversity_Area_Relationships.R
Estimate pairwise similarities of communities in subplots as function of distance
1 2 3 4 5 6 7 | dist_decay(
comm,
prop_area = 0.005,
n_samples = 20,
method = "bray",
binary = F
)
|
comm |
|
prop_area |
Subplot size as proportion of the total area |
n_samples |
Number of randomly located subplots |
method |
Choice of (dis)similarity index. See |
binary |
Perform presence/absence standardization before analysis?
See |
Dataframe with distances between subplot pairs and the respective similarity indices
1 2 3 | sim_com1 <- sim_thomas_community(100, 10000, sigma = 0.1, mother_points = 2)
dd1 <- dist_decay(sim_com1, prop_area = 0.005, n_samples = 20)
plot(dd1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.