pos_wrap_x_png.Rd
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 |