Learn R Programming

convergEU (version 0.7.3.2)

patt_legend: 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")

Value

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

Arguments

indiType

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

References

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

Examples

Run this code

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

refGGpat3 <- patt_legend(indiType="highBest")



Run the code above in your browser using DataLab