R/nr-core.R
nr_copy.Rd
Create a new native raster image and copy the dimensions and contents from an existing image
nr_copy(nr)
native raster image
New native raster image
Other image creation functions: nr_new()
nr_new()
nr1 <- nr_new(200, 200, 'hotpink') nr2 <- nr_copy(nr1) plot(nr2)