powered by
Plot distance decay of similarity
# S3 method for dist_decay plot(x, ...)
Dataframe generated by dist_decay
dist_decay
Additional graphical parameters used in plot.
plot
The function plots the similarity indices between all pairs of subplots as function of distance. To indicate the relationship a loess smoother is added to the plot.
loess
# NOT RUN { sim_com1 <- sim_thomas_community(100, 10000) dd1 <- dist_decay(sim_com1) plot(dd1) # }
Run the code above in your browser using DataLab