Plot a ca_apireq object

# S3 method for ca_apireq
plot(
  x,
  basemap = c("Esri.NatGeoWorldMap", "OpenStreetMap")[1],
  locagrid = FALSE,
  static = FALSE,
  ...
)

Arguments

x

Cal-Adapt API request

basemap

The name of a basemap tile layer (see tm_basemap)

locagrid

Overlay a portion of the LOCA downscaled grid

static

Plot a static map instead of a interactive leaflet map

...

Unused