image_matrix | R Documentation |
Convert an image to a 0/1 matrix
image_matrix( img = "https://upload.wikimedia.org/wikipedia/commons/9/96/Tux_Paint_banana.svg", rows = 10, columns = 10 )
img |
full path to image (character/scalar) |
rows |
number of rows (numeric/scalar) |
columns |
number of columns (numeric/scalar) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.