View source: R/11-visualization.R
| create_crop_map | R Documentation |
Create crop map visualization
create_crop_map(
cdl_data,
crop_selection,
region_boundary = NULL,
style = "categorical",
output_file = NULL
)
cdl_data |
CDL raster data |
crop_selection |
Selected crop types |
region_boundary |
Optional boundary for cropping |
style |
Visualization style |
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.