plot_map: Map ggplot

plot_mapR Documentation

Map ggplot

Description

Convenient and aesthetic visualization of data in a map

Usage

plot_map(x, unit = "mm")

## S4 method for signature 'Raster'
plot_map(x, unit = "mm")

## S4 method for signature 'data.table'
plot_map(x, unit = "mm")

## S4 method for signature 'character'
plot_map(x, unit = "mm")

Arguments

x

Raster* object; data.table (see details); filename (character, see details)

unit

character

Details

If 'x' is a data.table, its columns should be named: "lon", "lat", "date", and "value"

If 'x' is a filename, it should point to a *.nc file.

'unit' is a character string describing the unit of measurement to be used for the legend title

Value

ggplot object


pRecipe documentation built on Nov. 23, 2023, 1:08 a.m.