diff --git a/inst/rmarkdown/templates/publication/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/publication/skeleton/skeleton.Rmd index 4a41e5095b5518829430bc755a6f65ba513446d6..6b83cf666cb9ffe2c2effcc43681e60740e34637 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