Commit 349e09f1 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

feat: replace catchment datasets according the updating of the CAMEL-FR sample

- replace 'A341020001' by 'A273011002'
- replace 'V121401001' by 'V123521001'
Refs: #10
parent 1da0445e
No related merge requests found
Pipeline #48524 passed with stage
in 1 minute and 29 seconds
Showing with 7 additions and 7 deletions
+7 -7
File added
File deleted
File deleted
File added
......@@ -4,7 +4,7 @@
\name{lumped_daily}
\alias{lumped_daily}
\alias{A341020001}
\alias{A273011002}
\alias{A605102001}
\alias{B222001001}
\alias{E540031001}
......@@ -18,7 +18,7 @@
\alias{K134181001}
\alias{K265401001}
\alias{K731261001}
\alias{V121401001}
\alias{V123521001}
\alias{X031001001}
\alias{X045401001}
\alias{Y643401001}
......@@ -26,7 +26,7 @@
\usage{
A341020001
A273011002
A605102001
B222001001
E540031001
......@@ -40,7 +40,7 @@ J421191001
K134181001
K265401001
K731261001
V121401001
V123521001
X031001001
X045401001
Y643401001
......@@ -145,9 +145,9 @@ library(airGRdatasets)
list_ds <- try(data(package = "airGRdatasets"), silent = TRUE)
list_ds$results[, "Item"]
# load the 'A341020001' catchment data
data(A341020001)
# load the 'A273011002' catchment data
data(A273011002)
# display the structure of the data
str(A341020001)
str(A273011002)
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment