Skip to content

Commit da441e4

Browse files
committed
select 2015-2018 date range
1 parent 9146c83 commit da441e4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
},
217217
"SystemRequirements": null
218218
},
219-
"fileSize": "389.183KB",
219+
"fileSize": "1846.484KB",
220220
"citation": [
221221
{
222222
"@type": "SoftwareSourceCode",

vignettes/articles/whole-cube-versus-group-specific-bootstrap.Rmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@ if (
7575
)
7676
}
7777
78+
# Select years
79+
processed_cube <- process_cube(
80+
processed_cube$data,
81+
first_year = 2015,
82+
last_year = 2018,
83+
cols_occurrences = "obs",
84+
cols_speciesKey = "taxonKey"
85+
)
86+
7887
# Function to calculate statistic of interest
7988
# Mean number of observations per grid cell per year
8089
mean_obs <- function(data) {

0 commit comments

Comments
 (0)