Learn R Programming

grobblR (version 0.2.2)

convert_to_image_grob: Converts a raw .png file to a grob, with flexible aesthetics.

Description

Converts a raw .png file to a grob, with flexible aesthetics.

Usage

convert_to_image_grob(.image, aes_list, height = numeric(), width = numeric())

Value

A grob of the raw .png file.

Arguments

.image

The local path to the raw .png file.

aes_list

The list outputted by ga_list which gives the image grob its aesthetics.

height

A numeric value designating the total height of the matrix grob in mm.

width

A numeric value designating the total width of the matrix grob in mm.