Plot map vs table distances

plot_map_table_distance(
  map,
  optimization_number = 1,
  xlim,
  ylim,
  line_of_equality = TRUE
)

plotly_map_table_distance(
  map,
  optimization_number = 1,
  xlim,
  ylim,
  line_of_equality = TRUE
)

Arguments

map

The acmap data object

optimization_number

The optimization number from which to take map and table distances

xlim

The x limits of the plot

ylim

The y limits of the plot

line_of_equality

Should the line x=y be added

Value

Returns the ggplot2 object