parseImage {Spaniel} | R Documentation |
This function parses a HE image to use as the background for plots
parseImage(imgFile)
imgFile |
Path to the image file |
A rasterized grob
imgFile <- file.path(system.file(package = "Spaniel"), "HE_Rep1_resized.jpg") img <- parseImage(imgFile)