image_grid | R Documentation |
Plot a Grid of Images
image_grid(
coordinates,
paths,
density = c(15, 15),
min_dist = 0.1,
imsize = 0.2
)
paths <- list.files("~/Documents/stability_data/tiles/", full = TRUE)
coordinates <- matrix(rnorm(2 * length(paths)), length(paths), 2)
coordinates <- data.frame(coordinates)
colnames(coordinates) <- c("x", "y")
image_grid(coordinates, paths)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.