patt_legend: Graphical legend about time patterns

View source: R/patt_legend.R

patt_legendR Documentation

Graphical legend about time patterns

Description

A 4 by 4 plot showing patterns of change along time is made and returned as a list of ggplot objects.

Usage

patt_legend(indiType = "highBest")

Arguments

indiType

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

Value

a list of ggplot objects to be plotted using grid.arrange() function.

References

https://unimi2013-my.sharepoint.com/:u:/g/personal/federico_stefanini_unimi_it/EW0cVSIgbtZAvLPNbqcxdX8Bfn5VGSRHfAH88hQwc_RIEQ?e=MgtSZu

Examples


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

refGGpat3 <- patt_legend(indiType="highBest")




convergEU documentation built on March 7, 2023, 7:22 p.m.