creer_graphe_2_2.RdMise en forme du graphe du chapitre 2 au format html.
creer_graphe_2_2(
data = indicateurs_eptb,
annee = annee,
titre = "Une grande disparité de surfaces et de prix de terrain à bâtir",
palette = "pal_gouv_qual2"
)Un graphe intéractif mis en forme au format html.
indicateurs_eptb <- lire_eptb_exemple()
creer_graphe_2_2(
data = indicateurs_eptb,
annee = 2023,
titre = "Une grande disparité de surfaces et de prix de terrain à bâtir",
palette = "pal_gouv_qual2"
)[["viz"]]
#> Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
#> ℹ Please use `linewidth` instead.
#> ℹ The deprecated feature was likely used in the propre.eptb package.
#> Please report the issue to the authors.