View source: R/x3p_transpose.R
x3p_transpose | R Documentation |
Transpose the surface matrix of an x3p object. Also adjust meta information.
x3p_transpose(x3p)
transpose_x3p(x3p)
x3p |
x3p object |
logo <- x3p_read(system.file("csafe-logo.x3p", package="x3ptools"))
dim(logo$surface.matrix)
## Not run:
x3p_image(logo)
## End(Not run)
# transpose the image
logotp <- x3p_transpose(logo)
dim(logotp$surface.matrix)
## Not run:
x3p_image(logotp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.