get_noaatlas_png | R Documentation |
Get National Oceanic and Atmospheric Administration (NOAA) Atlas 14 Graphics
get_noaatlas_png(
point,
data_type = "depth",
units = "english",
series = "pds",
dur,
print = TRUE,
destfile = NULL
)
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. |
A Portable Network Graphic printed to Rstudio Viewer.
If print = FALSE
, then the Graphic will be saved to tempfile or destination.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.