Skip to content
Snippets Groups Projects
Commit c261e8ad authored by David Dorchies's avatar David Dorchies
Browse files

refactor: rename DiagramGRiwrm into plot.GRiwrm

Refs in-wop/airGRiwrm#12
parent bbba235c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ title: "Formation à **airGRiwrm**"
subtitle: "Gestion intégrée de la ressource en eau avec **airGR**"
author: "David Dorchies"
institute: "UMR G-EAU"
date: "Montpellier / Paris, le 20 avril 2021"
date: "Montpellier / Paris, le 20 avril 2021 (MAJ `r format(Sys.time(), '%d/%m/%Y')`)"
output:
xaringan::moon_reader:
lib_dir: libs
......@@ -463,12 +463,12 @@ griwrmNat <- GRiwrm(marne_nodes,
# Créer un réseau de modèles semi-distribués avec **airGRiwrm**
```{r, eval=F}
DiagramGRiwrm(griwrmNat)
plot(griwrmNat)
```
.pull-left[
```{r, echo=F}
DiagramGRiwrm(griwrmNat)
plot(griwrmNat)
```
]
.pull-right[
......@@ -676,7 +676,7 @@ griwrmInf <- rbind(
area = NA
)
)
DiagramGRiwrm(griwrmInf)
plot(griwrmInf)
```
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment