simplex_projection: Archetypal map projections
Description
Archetypal map projections
Usage
simplex_projection(x, r = 10)tspsimplex_projection(x, r = 10, equidist = FALSE, ...)
atypes_projection(x)
Value
Matrix with the projected archetypes
Arguments
- x
Archetypes matrix
- r
Radius of the simplex projection
- equidist
Arrange archetypes equidistantly or in
relation to their distance
- ...
Parameters for the
solve_TSP
function