Create NDVI map visualization
create_ndvi_map(
ndvi_data,
region_boundary = NULL,
ndvi_classes = "none",
title = "NDVI Analysis",
output_file = NULL
)Character string with output file path if saved, or NULL if plotted to screen. Called primarily for side effects (creating plots).
NDVI raster data
Optional boundary for analysis
Classification scheme for NDVI
Plot title
Optional output file path