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