if (FALSE) {
# These examples require external data files not included with the package
# True color composite
plot_rgb_raster(satellite_data, r = 3, g = 2, b = 1, title = "True Color")
# False color composite with histogram stretch
plot_rgb_raster(landsat_data, r = 4, g = 3, b = 2, stretch = "hist",
title = "False Color Composite", output_file = "rgb_composite.png")
}
Run the code above in your browser using DataLab