DistancesPlot {Evomorph} | R Documentation |
DistancesPlot
creates a distances plot using ggplot2 (Wickman 2009).
DistancesPlot(dist)
dist |
Distances matrix |
Use ggplot2
to create a plot where each point represent distance between a particular shape and a reference shape.
Return an ggplot2 object
Juan Manuel Cabrera
H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2009.
data("simulated_shape_distances")
#Plot distances between a set of simulated shapes a reference.
DistancesPlot(simulated_shape_distances)