patt_legend: Graphical legend about time patterns

View source: R/patt_legend.R

patt_legendR Documentation

Graphical legend about time patterns

Description

A 5 by 4 plot showing patterns of change along time is made and returned a ggplot object.

Usage

patt_legend(indiType = "highBest")

Arguments

indiType

a string equal to "highBest" or "lowBest" to select a type of indicator.

Value

a ggplot object to be plotted using grid.arrange() function.

References

https://www.eurofound.europa.eu/system/files/2022-04/introduction-to-the-convergeu-package-0.6.4-tutorial-v2-apr2022.pdf

Examples


require(gridExtra)
refGGpat2 <- patt_legend(indiType="lowBest")

refGGpat3 <- patt_legend(indiType="highBest")




convergEU documentation built on May 29, 2024, 11:15 a.m.