convert_to_image_grob {grobblR} | R Documentation |
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())
Arguments
.image |
The local path to the raw .png file. |
aes_list |
The list outputted by |
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. |
Value
A grob of the raw .png file.
[Package grobblR version 0.2.1 Index]