if (FALSE) {
# These examples require external data files not included with the package
# Basic mosaic
mosaic <- create_raster_mosaic("/path/to/rasters", method = "merge")
# Mosaic for specific region
ohio_mosaic <- create_raster_mosaic("/aster/files", "merge", "Ohio")
# Mean composite
mean_mosaic <- create_raster_mosaic(raster_list, method = "mean")
}
Run the code above in your browser using DataLab