patt_legend {convergEU} | R 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
Examples
require(gridExtra)
refGGpat2 <- patt_legend(indiType="lowBest")
refGGpat3 <- patt_legend(indiType="highBest")
[Package convergEU version 0.7.3.2 Index]