Description Usage Arguments Value Examples
View source: R/fct_girafeTEO_pie.R
girafeTEO_pie finalise la mise en forme des graphiques de repartition d'un indicateur selon la maille observee.
1 | girafeTEO_pie(p = p, maille)
|
p |
un diagramme barres ggplot rprésentation une répartition |
maille |
la maille du territoire a visualiser |
un objet ggiraph
1 2 3 | library(ggplot2)
p <- ggplot(mpg, aes(fl, fill=drv)) + geom_bar(position = "fill")
girafeTEO_pie(p, "Epci")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.