View source: R/pos_wrap_png_x.R
pos_wrap_x_png | R Documentation |
Title
pos_wrap_x_png( x0 = 0, n = 5, ncol = 3, png = system.file("img", "Rlogo.png", package = "png"), image = png::readPNG(png), width = 1 )
x0 |
numeric for x starting point for positioner |
n |
number of positions |
ncol |
number of columns before wrap |
png |
a string with the path to an image, defaults to R image |
image |
a numeric array with png red green blue alpha information, defaults to png::readPNG(png) |
width |
the width that the image should fill, defaults to 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.