plot_metareport_map: Create a meta-report map chart

Description Usage Arguments Value

View source: R/plot_2diicharts.R

Description

Create a meta-report map chart

Usage

1
2
3
4
5
6
plot_metareport_map(
  data,
  plot_title = NULL,
  legend_title = NULL,
  sector = NULL
)

Arguments

data

Dataframe with data processed for the chart. With columns: long, lat, group, value (dataframe).

plot_title

Title of the plot; (character string).

legend_title

Title of the legend describing value units; (character string).

sector

Sector to be used for the map colouring. If none is specified, default dark blue palette is used (character string)

Value

An object of class "ggplot".


2DegreesInvesting/r2dii.ggplot documentation built on April 15, 2021, 5:22 a.m.