| nr_copy | R Documentation |
Create a new native raster image and copy the dimensions and contents from an existing image
nr_copy(nr)
nr |
native raster image |
New native raster image
Other image creation functions:
nr_new()
nr1 <- nr_new(200, 200, 'hotpink')
nr2 <- nr_copy(nr1)
plot(nr2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.