plot_sdg_bar {SDGdetector}R Documentation

SDG bar plot

Description

SDG bar plot

Usage

plot_sdg_bar(data, sdg = "sdg", value = "value", quiet = FALSE)

Arguments

data

Data frame as the input

sdg

Vector with SDG code to be visualized.

value

The value, e.g., number of SDGs, to be show in the thematic map

quiet

Logical. Suppress info message

Value

Returns the tool text outputs.

Examples

data("sdgstat")
plot_sdg_bar(sdgstat, sdg = "SDG", value = "Value")


[Package SDGdetector version 2.7.3 Index]