Initialize_KWSP | R Documentation |
Select k well spread points from X
Initialize_KWSP(X, xdim, ydim)
X |
matrix in which each row represents a point |
xdim |
x dimension of the grid |
ydim |
y dimension of the grid |
array containing the selected selected rows
points <- matrix(1:1000, ncol = 10)
selection <- Initialize_KWSP(points, 3, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.