if (FALSE) {
# These examples demonstrate workflows with user's own spatial data
# Simple raster plot
plot_raster_fast(ndvi_raster, "NDVI Analysis", "ndvi")
# With custom breaks and save to file
plot_raster_fast(elevation, "Elevation", "terrain",
breaks = c(0, 500, 1000, 1500, 2000),
output_file = "elevation_map.png")
}
Run the code above in your browser using DataLab