get_noaatlas_png: Get National Oceanic and Atmospheric Administration (NOAA)...

get_noaatlas_pngR Documentation

Get National Oceanic and Atmospheric Administration (NOAA) Atlas 14 Graphics

Description

Get National Oceanic and Atmospheric Administration (NOAA) Atlas 14 Graphics

Usage

get_noaatlas_png(
  point,
  data_type = "depth",
  units = "english",
  series = "pds",
  dur,
  print = TRUE,
  destfile = NULL
)

Arguments

point

An sf POINT object.

data_type

A character, e.g. 'depth' or 'intensity'.

units

A character, e.g. 'english' or 'metric'.

series

A character, e.g. 'pds' or 'ams'

dur

A character, e.g. '10m', '4d', '24h', etc.

print

Logical, default printing of PNG in Rstudio Viewer

destfile

A character file path, default in NULL.

Value

A Portable Network Graphic printed to Rstudio Viewer.

Note

If print = FALSE, then the Graphic will be saved to tempfile or destination.


gwavr documentation built on April 4, 2025, 6:13 a.m.