Examples for 'stars::st_mosaic'


build mosaic (composite) of several spatially disjoint stars objects

Aliases: st_mosaic st_mosaic.stars st_mosaic.character st_mosaic.stars_proxy

Keywords:

### ** Examples

x = read_stars(system.file("tif/L7_ETMs.tif", package = "stars"))
x1 = x[,100:200,100:200,]
x2 = x[,150:300,150:300,]
plot(st_mosaic(x1, x2))
plot of chunk example-stars-st_mosaic-1

[Package stars version 0.6-7 Index]