Learn R Programming

Racmacs (version 1.2.9)

map-table-distances: Plot map vs table distances

Description

Plot map vs table distances

Usage

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 )

Value

Returns the ggplot2 object

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

See Also

Other map diagnostic functions: agCohesion(), bootstrapBlobs(), bootstrapMap(), checkHemisphering(), dimensionTestMap(), logtiterTable(), mapBootstrapCoords, mapDistances(), mapRelaxed(), mapResiduals(), pointStress, ptBootstrapBlob, ptBootstrapCoords(), ptLeverage, ptTriangulationBlob, recalculateStress(), stressTable(), tableColbases(), tableDistances(), triangulationBlobs(), unstableMaps