Skip to content

Commit 58a863c

Browse files
committed
remove unnecessary params
1 parent 6b126f0 commit 58a863c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

vignettes/using_edab_utils.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,9 @@ daily_bS <- EDABUtilities::make_2d_summary_ts(data.in = c(here::here('data-raw',
9090
'01140', '01150', '01670', '01680', '01710', '01720',
9191
'01750', '01760'),
9292
statistic = 'mean',
93-
agg.time = 'days',
9493
tz = NA,
9594
touches = TRUE,
96-
write.out = F,
97-
file.time = "annual")
95+
write.out = F)
9896
9997
ggplot2::ggplot(daily_bS[[1]],ggplot2::aes(x = time, y= value))+
10098
ggplot2::geom_line(lwd = 1)+

0 commit comments

Comments
 (0)