get_noaatlas_interactively {gwavr} | R Documentation |
Get National Oceanic and Atmospheric Administration (NOAA) Atlas 14 Interactively
Description
This function uses the National Oceanic and Atmospheric Administration (NOAA) Atlas 14 API to allow the user to visually select a location (point) to get numerous precipitation-frequency statistics.
Usage
get_noaatlas_interactively(
map = NULL,
ns = "noaatlas-ui",
viewer = shiny::paneViewer(),
title = "NOAA Atlas 14"
)
Arguments
map |
A background leaflet or mapview map to be used for editing. If NULL a blank mapview canvas will be provided. |
ns |
|
viewer |
|
title |
|
Value
A data.frame.
Examples
if(interactive()){
noaatlas_data <- get_noaatlas_interactively()
}