DistancesPlot: Plot the Procrustes distances between a set of shapes and a...

Description Usage Arguments Details Value Author(s) References Examples

Description

DistancesPlot creates a distances plot using ggplot2 (Wickman 2009).

Usage

1

Arguments

dist

Distances matrix

Details

Use ggplot2 to create a plot where each point represent distance between a particular shape and a reference shape.

Value

Return an ggplot2 object

Author(s)

Juan Manuel Cabrera

References

H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2009.

Examples

1
2
3
4
5
data("simulated_shape_distances")

#Plot distances between a set of simulated shapes a reference.

DistancesPlot(simulated_shape_distances)

Evomorph documentation built on May 2, 2019, 5:39 a.m.