parseImage {Spaniel}R Documentation

This function parses a HE image to use as the background for plots

Description

This function parses a HE image to use as the background for plots

Usage

parseImage(imgFile)

Arguments

imgFile

Path to the image file

Value

A rasterized grob

Examples

imgFile <- file.path(system.file(package = "Spaniel"),
                    "HE_Rep1_resized.jpg")
img <- parseImage(imgFile)

[Package Spaniel version 1.4.0 Index]