Skip to content

Commit 81e350c

Browse files
committed
Wrong limit
1 parent f348c75 commit 81e350c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/daily_data_statistics.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Finally, let's overlay daily mean data onto the plot:
156156
range <- as.Date(c("2025-01-01", "2026-03-02"))
157157
158158
complete_df <- data.frame(time = seq.Date(from = range[1],
159-
to = range[1] + 365,
159+
to = as.Date("2026-12-30"),
160160
by = "day")) |>
161161
mutate(time_of_year = as.Date(format(time, "%m-%d"), format = "%m-%d"))
162162

0 commit comments

Comments
 (0)