This function plots a Shepard diagram of InputDist and OutputDist
ShepardDiagram(InputDist, OutputDist, xlabel = "Input Distances",
ylabel = "Output Distances", fancy = F, label = "ProjectionMethod", gPlot = ggplot())
Matrix containing the distances of the inputspace.
Matrix containing the distances of the outputspace.
Label of the x axis in the resulting Plot.
Label of the y axis in the resulting Plot.
Set FALSE for PC and TRUE for publication
Title of the Shepard diagram
Ggplot2 object to plot upon.
ggplot2 object containing the plot.