View source: R/pixelAssignMatrix.R
pixelAssignMatrix | R Documentation |
Internal function. Generates a sort of 'paint-by-numbers' matrix, where each cell is the index of the color in the color centers matrix to which that pixel is assigned. An index of 0 indicates a background pixel.
pixelAssignMatrix(bg_indexed, color_clusters)
bg_indexed |
An object returned by |
color_clusters |
An object returned by |
A matrix of pixel color assignments (pixel_assignments
)
and a corresponding dataframe of color centers (centers
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.