images.annotate {fsbrain} | R Documentation |
Annotate image with text.
images.annotate(images, annotations, do_extend = TRUE, background = "white")
images |
vector of magick images |
annotations |
vector of character strings, the strings to print onto the tiles |
do_extend |
logical, whether to add the space for the annotation text below the existing image tile |
background |
color string, like 'white' or '#00FF00' |
vector of magick images, the annotated images