Examples for 'terra::init'


Initialize a SpatRaster with values

Aliases: init init,SpatRaster-method

Keywords: spatial

### ** Examples

r <- rast(ncols=10, nrows=5, xmin=0, xmax=10, ymin=0, ymax=5)
x <- init(r, fun="cell")
y <- init(r, fun=runif)

# initialize with a single value 
z <- init(r, fun=8)

[Package terra version 1.5-34 Index]