#' Title
#'
#' @inheritParams pos_wrap_png
#'
#' @return
#' @export
#'
#' @examples
pos_wrap_y_png <- function(y0 = 0,
n = 5,
ncol = 3,
png = system.file("img", "Rlogo.png", package = "png"),
image = png::readPNG(png),
width = 1,
height = width*dim(image)[2]/dim(image)[1]
){
-(0:(n-1) %/% ncol) * height + y0
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.