plot.dist_decay {mobsim} | R Documentation |
Plot distance decay of similarity
Description
Plot distance decay of similarity
Usage
## S3 method for class 'dist_decay'
plot(x, ...)
Arguments
x |
Dataframe generated by |
... |
Additional graphical parameters used in |
Details
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.
Value
This function is called for its side effects and has no return value.
Examples
sim_com1 <- sim_thomas_community(100, 10000)
dd1 <- dist_decay(sim_com1)
plot(dd1)
[Package mobsim version 0.3.1 Index]