Examples for 'terra::image'


SpatRaster image method

Aliases: image image,SpatRaster-method

Keywords: methods spatial

### ** Examples

f <- system.file("ex/elev.tif", package="terra")
r <- rast(f)
image(r)
plot of chunk example-terra-image-1
image(r, col=rainbow(24))
plot of chunk example-terra-image-1

[Package terra version 1.5-34 Index]