Description Usage Arguments Value Examples
This function parses a HE image to use as the background for plots
1 | parseImage(imgFile, imgType = "jpg")
|
imgFile |
Path to the image file |
imgType |
Type of image options jpg (default), png |
A rasterized grob
1 2 3 | imgFile <- file.path(system.file(package = "Spaniel"),
"extdata/outs/spatial/tissue_lowres_image.png")
img <- parseImage(imgFile, imgType = "png")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.