View source: R/Diversity_Area_Relationships.R
plot.dist_decay | R Documentation |
Plot distance decay of similarity
## S3 method for class 'dist_decay'
plot(x, ...)
x |
Dataframe generated by |
... |
Additional graphical parameters used in |
The function plots the similarity indices between all pairs of
subplots as function of distance. To indicate the relationship a
stats::loess
smoother is added to the plot.
This function is called for its side effects and has no return value.
sim_com1 <- sim_thomas_community(100, 10000)
dd1 <- dist_decay(sim_com1)
plot(dd1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.