From ed16d2886af6c25d5b51c4150e2954e72f0bfecf Mon Sep 17 00:00:00 2001 From: Daniel Kalioudjoglou <daniel.kalioudjoglou@developpement-durable.gouv.fr> Date: Wed, 3 Aug 2022 11:04:50 +0200 Subject: [PATCH] mise cote a cote de 2 cartes --- .../publication/skeleton/skeleton.Rmd | 34 +++++++++++++------ 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/inst/rmarkdown/templates/publication/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/publication/skeleton/skeleton.Rmd index 4a41e50..6b83cf6 100644 --- a/inst/rmarkdown/templates/publication/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/publication/skeleton/skeleton.Rmd @@ -43,18 +43,7 @@ creer_graphe_1_1(code_reg = params$code_reg ) texte...... -```{r carte communale artificialisation en volume, fig.width=9,fig.height=7} -ggplot2::theme_set(ggplot2::theme_minimal() + - ggplot2::theme(plot.caption.position = "plot", - plot.title.position = "plot", - text = ggplot2::element_text(family = "Mariane"), - plot.title = ggplot2::element_text(size = 14), - legend.key = ggplot2::element_rect(colour = "white"))) -creer_carte_1_3(millesime_ocsge = params$millesime_ocsge, - code_reg = params$code_reg) -``` -texte...... <div class = "row"> <div class = "col-md-6"> @@ -91,10 +80,33 @@ creer_tableau_1_6(millesime_ocsge = params$millesime_ocsge, code_reg = params$code_reg) ``` +texte...... + + +<div class = "row"> +<div class = "col-md-6"> + +```{r carte communale artificialisation en volume, fig.width=9,fig.height=7} +ggplot2::theme_set(ggplot2::theme_minimal() + + ggplot2::theme(plot.caption.position = "plot", + plot.title.position = "plot", + text = ggplot2::element_text(family = "Mariane"), + plot.title = ggplot2::element_text(size = 14), + legend.key = ggplot2::element_rect(colour = "white"))) +creer_carte_1_3(millesime_ocsge = params$millesime_ocsge, + code_reg = params$code_reg) +``` + +</div> +<div class = "col-md-6"> + + ```{r carte part du territoire communal artificialise, fig.width=9,fig.height=7} creer_carte_1_7(millesime_ocsge = params$millesime_ocsge, code_reg = params$code_reg) ``` +</div> +</div> ## 2 - Evolution de la consommation d'espace par rapport aux autres territoires -- GitLab