render_preview_plot {cmsafvis} | R Documentation |
Creates a preview plot of a selected area
Description
This function creates a simple preview plot via maps::map of a given region.
Usage
render_preview_plot(spatial_lon_range, spatial_lat_range, lonRange, latRange)
Arguments
spatial_lon_range |
Array containing two values for longitude min and max (numeric). |
spatial_lat_range |
Array containing two values for latitude min and max (numeric). |
lonRange |
Array containing two values for longitude min and max (numeric). |
latRange |
Array containing two values for latitude min and max (numeric). |
[Package cmsafvis version 1.2.8 Index]