Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZAER
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DREAL Pays de la Loire
Centre de Services de la Donnée
ZAER
Commits
56e5cfbb
Commit
56e5cfbb
authored
1 year ago
by
SMAH Lisa
Browse files
Options
Downloads
Patches
Plain Diff
#5
Rectification, et ajout d'un titre dans chapitre 4
parent
0b3c6830
No related branches found
No related tags found
1 merge request
!1
merge de la dev vers main
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
R/suivi_zaer.Rmd
+4
-1
4 additions, 1 deletion
R/suivi_zaer.Rmd
with
4 additions
and
1 deletion
R/suivi_zaer.Rmd
+
4
−
1
View file @
56e5cfbb
...
...
@@ -253,7 +253,7 @@ ggplot(data_72, aes(x = Taux_72, y = "", fill = Transmission)) +
dep_zaer_85<- dep_zaer[dep_zaer$insee_dep == 85, ]
# Calcul du taux de communes Zaer non transmises
dep_zaer_85 <- dep_zaer_5
3
%>%
dep_zaer_85 <- dep_zaer_
8
5 %>%
dplyr::mutate(dep_txcom_zaer_non_trans = 100 - dep_txcom_zaer_trans)
# Création d'un vecteur contenant les taux
...
...
@@ -776,8 +776,11 @@ ggplot(dep_filiere_zaer_85, aes(x = filiere, y = dep_txcom_zaer_fil, fill = fili
# Chapitre 4 : Parmi les communes avec ZAER SOLAIRE_PV, répartition des sous-filières
## Niveau régional
### Parmi les communes avec ZAER SOLAIRE_PV, répartition des sous-filières au niveau régional
```{r, echo = FALSE, warning = FALSE, message=FALSE, fig.height=6, fig.width= 10}
# Créer un dataframe avec les données fournies
reg_ssfiliere_zaer_pv <- reg_ssfiliere_zaer[reg_ssfiliere_zaer$filiere == "SOLAIRE_PV",]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment