View source: R/11-visualization.R
| create_ndvi_map | R Documentation |
Create NDVI map visualization
create_ndvi_map(
ndvi_data,
region_boundary = NULL,
ndvi_classes = "none",
title = "NDVI Analysis",
output_file = NULL
)
ndvi_data |
NDVI raster data |
region_boundary |
Optional boundary for analysis |
ndvi_classes |
Classification scheme for NDVI |
title |
Plot title |
output_file |
Optional output file path |
Character string with output file path if saved, or NULL if plotted to screen. Called primarily for side effects (creating plots).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.