animate_radar: Create an animated weather image from a NOAA station

Description Usage Arguments

View source: R/animate.R

Description

Create an animated weather image from a NOAA station

Usage

1
2
3
4
5
animate_radar(
  station = "GYX",
  ridge = c("base", "storm", "hour", "composite", "storm_total", "base_extended"),
  include_legend = TRUE
)

Arguments

station

the abbreviated station name. See stations.

ridge

image type

  • "base" for Base Reflectivity (out to 124 nm). The default.

  • "storm" for Storm Relative Motion

  • "hour" for One-Hour Precipitation

  • "composite" for Composite Reflectivity

  • "storm_total" for Storm Total Precipitation

  • "base_extended" for Base Reflectivity (out to 248 nmi)

include_legend

TRUE (default) if you want the legend


hrbrmstr/rradar documentation built on Dec. 23, 2019, 10:18 p.m.