patt_legend | R Documentation |
A 5 by 4 plot showing patterns of change along time is made and returned a ggplot object.
patt_legend(indiType = "highBest")
indiType |
a string equal to "highBest" or "lowBest" to select a type of indicator. |
a ggplot object to be plotted using grid.arrange() function.
require(gridExtra)
refGGpat2 <- patt_legend(indiType="lowBest")
refGGpat3 <- patt_legend(indiType="highBest")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.