Examples for 'terra::rescale'


rescale

Aliases: rescale rescale,SpatRaster-method rescale,SpatVector-method

Keywords: spatial

### ** Examples

f <- system.file("ex/lux.shp", package="terra")
v <- vect(f)
w <- rescale(v, 0.2)
plot(v)
lines(w, col="red")
plot of chunk example-terra-rescale-1

[Package terra version 1.5-34 Index]