Description Usage Arguments Value Examples
Create a grid from first 2 PCA components
1 | Initialize_PCA(data, xdim, ydim)
|
data |
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
1 2 | points <- matrix(1:1000, ncol = 10)
selection <- Initialize_PCA(points, 3, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.