A function to decide grid points in a higher-dimensional space
get_grid_points(input, method = "centroid", grid.points = 100)
Coordinates of grid points in the higher-dimensonal space.
A numerical matrix with higher-dimensional coordinates (columns) of points (rows)
The method to decide grid points. Should be "centroid" (default) or "seeding".
The number of grid points to return. Default is 100.