powered by
Plot distance decay of similarity
# S3 method for dist_decay plot(x, ...)
This function is called for its side effects and has no return value.
Dataframe generated by dist_decay
dist_decay
Additional graphical parameters used in graphics::plot.default
graphics::plot.default
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.
stats::loess
sim_com1 <- sim_thomas_community(100, 10000) dd1 <- dist_decay(sim_com1) plot(dd1)
Run the code above in your browser using DataLab