render_preview_plot: Creates a preview plot of a selected area

View source: R/render_preview_plot.R

render_preview_plotR 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).


cmsafvis documentation built on Sept. 15, 2023, 5:15 p.m.