addImageFile | R Documentation |
Add image to SpatialOverlay from disk
addImageFile(overlay, imageFile = NULL, res = NULL)
overlay |
SpatialOverlay object |
imageFile |
path to image |
res |
what resolution is the image given? 1 = largest, higher number = smaller This value will affect the coordinates of the overlays. res = 2, resolution is 1/2 the size as the raw image res = 3, resolution is 1/4 the size as the raw image res = 4, resolution is 1/8 the size as the raw image resolution = 1/2^(res-1) |
SpatialOverlay object with image
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.