images | R Documentation |
A TIFF photograph of Farouq the cat in a washing machine. CC-BY-SA 4.0 Richard Cotton, 2014.
An image file.
A JPEG photograph of a greater one-horned rhinoceros (Rhinoceros unicornis) taken in Kaziranga National Park, Assam, India. CC-BY-SA 4.0 Janette Cotton, 2016.
An SVG picture of a fat, pink winged unicorn. CC-BY-SA 4.0 Sara Lendal, 2016.
A PNG of the R logo. CC-BY-SA 4.0 The R Foundation, 2016.
## Not run:
figure <- multi_panel_figure(
width = c(60, 40, 40), height = c(40, 40, 40)
)
image_files <- system.file("extdata", package = "multipanelfigure") %>%
dir(full.names = TRUE) %>%
setNames(basename(.))
figure %>%
fill_panel(image_files["farouq.tiff"]) %>%
fill_panel(image_files["unicorn.svg"], column = 2:3) %>%
fill_panel(image_files["rhino.jpg"], row = 2:3) %>%
fill_panel(image_files["Rlogo.png"], column = 2:3, row = 2:3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.