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://local.disia.unifi.it/stefanini/RESEARCH/coneu/tutorial-conv.html

Examples


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

refGGpat3 <- patt_legend(indiType="highBest")




federico-m-stefanini/convergEU documentation built on July 30, 2023, 3:22 a.m.