Skip to content

Palheta de cores do Governo de Pernambuco

Usage

data(pe_cores_longo)

Format

One object of class "tibble";

References

Leite et al. (2013) Secretaria de Monitoramento Estratégico de Pernambuco (Monitoramento-SEPE)

Examples

data(pe_cores_longo)
pe_cores_longo |> ggplot(aes(x,y)) +
 geom_tile(aes(fill = cores)) +
 scale_fill_identity() + theme_void() +
 geom_text(aes(label = str_remove(cores, "#"),
               color = if_else(y > 12, "white", "black")), size = 3) +
 scale_color_identity() + guides(color = "none")
#> Error in ggplot(pe_cores_longo, aes(x, y)): could not find function "ggplot"