im_coord | R Documentation |
Get pixel coordinates for an image, as an image
im_coord(im, direction = "x")
im |
an image |
direction |
Either "x" for x coordinates or "y" for y coordinates |
an image containing pixel coordinates
xc = im_coord(regatta, "x") plot(xc, rescale = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.