Check for hemisphering or trapped points
checkHemisphering(
map,
optimization_number = 1,
grid_spacing = 0.25,
stress_lim = 0.1,
options = list()
)
The acmap data object
The map optimization number
When doing a grid search of more optimal point positions the grid spacing to use
The stress difference to use when classifying a point as "hemisphering" or not
A named list of options to pass to RacOptimizer.options()
Returns a data frame with information on any points that were found to be hemisphering or trapped.
Other map diagnostic functions:
agCohesion()
,
bootstrapBlobs()
,
bootstrapMap()
,
dimensionTestMap()
,
logtiterTable()
,
map-table-distances
,
mapBootstrapCoords
,
mapDistances()
,
mapRelaxed()
,
mapResiduals()
,
pointStress
,
ptBootstrapBlob
,
ptBootstrapCoords()
,
ptLeverage
,
ptTriangulationBlob
,
recalculateStress()
,
stressTable()
,
tableColbases()
,
tableDistances()
,
triangulationBlobs()
,
unstableMaps