x3p_flip_x | R Documentation |
Flip the surface matrix of an x3p file along the x axis.
x3p_flip_x(x3p)
x_flip_x3p(x3p)
x3p |
x3p object |
x3p object in which the x coordinate is reversed.
logo <- x3p_read(system.file("csafe-logo.x3p", package="x3ptools"))
dim(logo$surface.matrix)
## Not run:
x3p_image(logo)
## End(Not run)
# flip the y-axis for the old ISO standard:
logoflip <- x3p_flip_x(logo)
dim(logoflip$surface.matrix)
## Not run:
x3p_image(logoflip)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.