Skip to contents

Plot a ca_apireq object

Usage

# S3 method for class 'ca_apireq'
plot(
  x,
  basemap = c("Esri.WorldStreetMap", "OpenStreetMap")[2],
  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