View source: R/brainview_magick.R
images.annotate | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.