| nr_transpose | R Documentation |
Transpose
nr_transpose(nr)
nr |
native raster image |
Invisibly return the supplied native raster image which was been modified in-place
Other transformation functions:
nr_fliph(),
nr_flipv(),
nr_rotate()
nr <- nr_new(20, 10, 'hotpink')
dim(nr)
nr_transpose(nr)
dim(nr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.