diff --git a/R/plot_annual_extremes_year.R b/R/plot_annual_extremes_year.R index c7401ef..6187393 100644 --- a/R/plot_annual_extremes_year.R +++ b/R/plot_annual_extremes_year.R @@ -313,8 +313,8 @@ plot_annual_extremes_year <- function(data, year_to_plot ), limits = names(fils))+ ggplot2::scale_colour_manual(values = stats::setNames("#264b96", disch_name), name = NULL, limits = names(stats::setNames("#264b96", disch_name)))+ - #ggplot2::guides(fill = ggplot2::guide_legend(override.aes = list(shape = shp, colour = colors), - # order = 1) )+ + ggplot2::guides(fill = ggplot2::guide_legend(override.aes = list(shape = shp, colour = colors), + order = 1) )+ ggplot2::xlab("Day of Year") + ggplot2::ylab(y_axis_title) + {if (include_title & .y != "XXXXXXX") ggplot2::ggtitle(paste(.y)) } + @@ -333,58 +333,6 @@ plot_annual_extremes_year <- function(data, legend.background = ggplot2::element_blank()) )) -# ggplot2::ggplot(data = timing_plots, ggplot2::aes(x = Date)) + -# {if(plot_normal_percentiles) ggplot2::geom_ribbon(ggplot2::aes_string(ymin = "MIN", ymax = "MAX"), -# alpha = 0.4, colour = "lightblue2", fill = "lightblue2", na.rm = FALSE) } + -# ggplot2::geom_line(ggplot2::aes(y = Value, colour = disch_name), size = 0.2, na.rm = TRUE) + -# {if(plot_min & roll_days_min > 1) ggplot2::geom_rect(ggplot2::aes(xmin = Min_Start, xmax = Min_End, ymax =Inf, ymin=0), -# fill = low_col, alpha = 0.2, na.rm = TRUE) }+ -# {if(plot_max & roll_days_max > 1) ggplot2::geom_rect(ggplot2::aes(xmin = Max_Start, xmax = Max_End, ymax =Inf, ymin=0), -# fill = high_col, alpha = 0.2, na.rm = TRUE) }+ -# {if(plot_min & roll_days_min > 1) ggplot2::geom_segment(ggplot2::aes(x = Min_Start, xend = Min_End, y = Min_Value, yend=Min_Value), -# colour = low_col, size = 1, na.rm = TRUE)}+ -# {if(plot_max & roll_days_max > 1) ggplot2::geom_segment(ggplot2::aes(x = Max_Start, xend = Max_End, y = Max_Value, yend=Max_Value), -# colour = high_col, size = 1, na.rm = TRUE)}+ -# {if(plot_min) ggplot2::geom_vline(data = dplyr::filter(timing_plots, !is.na(Min_Value)), ggplot2::aes(xintercept = Min_Start), colour = low_col, size = 1)}+ -# {if(plot_min & roll_days_min > 1) ggplot2::geom_vline(data = dplyr::filter(timing_plots, !is.na(Min_Value)), ggplot2::aes(xintercept = Min_End), colour = low_col, size = 1)}+ -# {if(plot_max) ggplot2::geom_vline(data = dplyr::filter(timing_plots, !is.na(Max_Value)), ggplot2::aes(xintercept = Max_Start), colour = high_col, size = 1)}+ -# {if(plot_max & roll_days_max > 1) ggplot2::geom_vline(data = dplyr::filter(timing_plots, !is.na(Max_Value)) ,ggplot2::aes(xintercept = Max_End), colour = high_col, size = 1)}+ -# {if(plot_min) ggplot2::geom_point(ggplot2::aes(x= Date, y = Min_Value, fill = low_lab), size = 3.5, na.rm = TRUE, shape = 21) }+ -# {if(plot_max) ggplot2::geom_point(ggplot2::aes(x= Date, y = Max_Value, fill = high_lab), size = 3.5, na.rm = TRUE, shape = 21) }+ -# {if(!log_discharge) ggplot2::scale_y_continuous(expand = ggplot2::expansion(mult = c(0, 0.05)), -# breaks = scales::pretty_breaks(n = 8), -# labels = scales::label_number(scale_cut = scales::cut_short_scale()))}+ -# {if(log_discharge) ggplot2::scale_y_log10(breaks = scales::log_breaks(n = 8, base = 10), -# labels = scales::label_number(scale_cut = scales::cut_short_scale()))} + -# {if(log_discharge & log_ticks) ggplot2::annotation_logticks(base= 10, "left", colour = "grey25", size = 0.3, -# short = ggplot2::unit(.07, "cm"), mid = ggplot2::unit(.15, "cm"), -# long = ggplot2::unit(.2, "cm"))} + -# ggplot2::scale_x_date(date_labels = "%b", date_breaks = "1 month", -# limits = as.Date(c(as.character(min(daily_stats$AnalysisDate, na.rm = TRUE)), -# as.character(max(daily_stats$AnalysisDate, na.rm = TRUE)))), -# expand = c(0,0)) + -# ggplot2::scale_fill_manual(values = fils, name = paste0("Annual Extremes\nfor ", -# ifelse(water_year_start == 1,"Year ","Water Year "), -# year_to_plot ))+ -# ggplot2::scale_colour_manual(values = stats::setNames("#264b96", disch_name), name = NULL)+ -# # ggplot2::guides(fill = ggplot2::guide_legend(override.aes = list(shape = shp, colour = colors), -# # order = 1) )+ -# ggplot2::xlab("Day of Year") + -# ggplot2::ylab(y_axis_title) + -# # {if (include_title & .y != "XXXXXXX") ggplot2::ggtitle(paste(.y)) } + -# ggplot2::theme_bw()+ -# ggplot2::theme(axis.text = ggplot2::element_text(size = 10, colour = "grey25"), -# axis.title = ggplot2::element_text(size = 12, colour = "grey25"), -# axis.ticks = ggplot2::element_line(size = .1, colour = "grey25"), -# axis.ticks.length = ggplot2::unit(0.05, "cm"), -# axis.title.y = ggplot2::element_text(margin = ggplot2::margin(0,0,0,0)), -# panel.border = ggplot2::element_rect(colour = "black", fill = NA, size = 1), -# panel.grid.minor = ggplot2::element_blank(), -# panel.grid.major = ggplot2::element_line(size = .1), -# legend.text = ggplot2::element_text(size = 9, colour = "grey25"), -# legend.key.size = ggplot2::unit(0.4, "cm"), -# legend.spacing = ggplot2::unit(-0.4, "cm"), -# legend.background = ggplot2::element_blank()) # Create a list of named plots extracted from the tibble diff --git a/docs/404.html b/docs/404.html index 1457c9f..1c89e4b 100644 --- a/docs/404.html +++ b/docs/404.html @@ -32,7 +32,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -144,7 +144,7 @@

Page not found (404)

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/CODE_OF_CONDUCT.html b/docs/CODE_OF_CONDUCT.html index fa9d245..011e262 100644 --- a/docs/CODE_OF_CONDUCT.html +++ b/docs/CODE_OF_CONDUCT.html @@ -17,7 +17,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -130,7 +130,7 @@

Contributor Code of Conduct

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/CONTRIBUTING.html b/docs/CONTRIBUTING.html index ea713fa..690e42a 100644 --- a/docs/CONTRIBUTING.html +++ b/docs/CONTRIBUTING.html @@ -17,7 +17,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -120,7 +120,7 @@

How to contribute -

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 64db1ee..adcfd66 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -17,7 +17,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -159,7 +159,7 @@

NA

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/articles/fasstr.html b/docs/articles/fasstr.html index 03c691b..84c374b 100644 --- a/docs/articles/fasstr.html +++ b/docs/articles/fasstr.html @@ -33,7 +33,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -526,7 +526,7 @@

Analysis example: low-flow

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/articles/fasstr_dataRetrieval.html b/docs/articles/fasstr_dataRetrieval.html index ee9106e..e6d5957 100644 --- a/docs/articles/fasstr_dataRetrieval.html +++ b/docs/articles/fasstr_dataRetrieval.html @@ -33,7 +33,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -146,7 +146,7 @@

Water knows no borders: using USGS dataRetrieval

This vignette will use the following packages:

 library(fasstr)
-library(dataRetrieval) # for getting USGS NWIS data
+library(dataRetrieval) # for getting USGS NWIS data
 library(tidyhydat) # for getting ECCC HYDAT data
 library(dplyr) # for data wrangling and pipelines
 library(ggplot2) # for modifying fasstr plots
@@ -1032,7 +1032,7 @@

Examples: frequency analyses

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/articles/fasstr_files/figure-html/plot1-1.png b/docs/articles/fasstr_files/figure-html/plot1-1.png index c3b22b8..0707d11 100644 Binary files a/docs/articles/fasstr_files/figure-html/plot1-1.png and b/docs/articles/fasstr_files/figure-html/plot1-1.png differ diff --git a/docs/articles/fasstr_files/figure-html/plot3-1.png b/docs/articles/fasstr_files/figure-html/plot3-1.png index dc6a689..eccbc6e 100644 Binary files a/docs/articles/fasstr_files/figure-html/plot3-1.png and b/docs/articles/fasstr_files/figure-html/plot3-1.png differ diff --git a/docs/articles/fasstr_frequency_analysis.html b/docs/articles/fasstr_frequency_analysis.html index be7dda9..19f86ef 100644 --- a/docs/articles/fasstr_frequency_analysis.html +++ b/docs/articles/fasstr_frequency_analysis.html @@ -33,7 +33,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -556,17 +556,17 @@

Fitted Quantiles
 freq_analysis$Freq_Fitted_Quantiles
   Distribution Probability Return.Period    X7.Day
-1          PIII       0.010    100.000000 0.1939235
-2          PIII       0.050     20.000000 0.2796278
-3          PIII       0.100     10.000000 0.3344622
-4          PIII       0.200      5.000000 0.4094482
-5          PIII       0.500      2.000000 0.5775901
-6          PIII       0.800      1.250000 0.7722251
-7          PIII       0.900      1.111111 0.8808996
-8          PIII       0.950      1.052632 0.9724210
-9          PIII       0.975      1.025641 1.0521211
-10         PIII       0.980      1.020408 1.0757757
-11         PIII       0.990      1.010101 1.1440783
+1 PIII 0.010 100.000000 0.1992962 +2 PIII 0.050 20.000000 0.2832672 +3 PIII 0.100 10.000000 0.3366830 +4 PIII 0.200 5.000000 0.4095274 +5 PIII 0.500 2.000000 0.5726658 +6 PIII 0.800 1.250000 0.7622194 +7 PIII 0.900 1.111111 0.8687835 +8 PIII 0.950 1.052632 0.9590939 +9 PIII 0.975 1.025641 1.0382486 +10 PIII 0.980 1.020408 1.0618442 +11 PIII 0.990 1.010101 1.1302692

Notes on use of the Log-Pearson Type III Distribution @@ -607,7 +607,7 @@

Notes on use of t

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/articles/fasstr_frequency_analysis_files/figure-html/unnamed-chunk-10-1.png b/docs/articles/fasstr_frequency_analysis_files/figure-html/unnamed-chunk-10-1.png index 69d674b..5ad20e4 100644 Binary files a/docs/articles/fasstr_frequency_analysis_files/figure-html/unnamed-chunk-10-1.png and b/docs/articles/fasstr_frequency_analysis_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/docs/articles/fasstr_frequency_analysis_files/figure-html/unnamed-chunk-14-1.png b/docs/articles/fasstr_frequency_analysis_files/figure-html/unnamed-chunk-14-1.png index baeb483..619a2c9 100644 Binary files a/docs/articles/fasstr_frequency_analysis_files/figure-html/unnamed-chunk-14-1.png and b/docs/articles/fasstr_frequency_analysis_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/docs/articles/fasstr_full_analysis.html b/docs/articles/fasstr_full_analysis.html index 4f9e3dd..65d910c 100644 --- a/docs/articles/fasstr_full_analysis.html +++ b/docs/articles/fasstr_full_analysis.html @@ -33,7 +33,7 @@ fasstr - 0.5.0 + 0.5.1

@@ -910,23 +910,30 @@

Examples

} #> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. #> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. -#> # A tibble: 38 × 8 +#> # A tibble: 41 × 8 #> STATION_NUMBER Year Max_3_Day Max_3_…¹ Max_3_Da…² Max_7…³ Max_7…⁴ Max_7_Da…⁵ #> <chr> <dbl> <dbl> <dbl> <date> <dbl> <dbl> <date> #> 1 08NM116 1980 34.8 127 1980-05-06 30.3 126 1980-05-05 @@ -301,7 +301,7 @@

Examples

#> 8 08NM116 1987 31.9 122 1987-05-02 26.7 124 1987-05-04 #> 9 08NM116 1988 32.4 135 1988-05-14 26.9 136 1988-05-15 #> 10 08NM116 1989 34.2 153 1989-06-02 31.5 154 1989-06-03 -#> # … with 28 more rows, and abbreviated variable names ¹​Max_3_Day_DoY, +#> # … with 31 more rows, and abbreviated variable names ¹​Max_3_Day_DoY, #> # ²​Max_3_Day_Date, ³​Max_7_Day, ⁴​Max_7_Day_DoY, ⁵​Max_7_Day_Date @@ -317,7 +317,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_annual_lowflows.html b/docs/reference/calc_annual_lowflows.html index 126f1dd..036ac30 100644 --- a/docs/reference/calc_annual_lowflows.html +++ b/docs/reference/calc_annual_lowflows.html @@ -18,7 +18,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -288,7 +288,7 @@

Examples

} #> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. #> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. -#> # A tibble: 38 × 8 +#> # A tibble: 41 × 8 #> STATION_NUMBER Year Min_3_Day Min_3_…¹ Min_3_Da…² Min_7…³ Min_7…⁴ Min_7_Da…⁵ #> <chr> <dbl> <dbl> <dbl> <date> <dbl> <dbl> <date> #> 1 08NM116 1980 0.632 9 1980-01-09 0.655 7 1980-01-07 @@ -301,7 +301,7 @@

Examples

#> 8 08NM116 1987 0.339 333 1987-11-29 0.334 365 1987-12-31 #> 9 08NM116 1988 0.150 32 1988-02-01 0.186 33 1988-02-02 #> 10 08NM116 1989 0.524 271 1989-09-28 0.577 270 1989-09-27 -#> # … with 28 more rows, and abbreviated variable names ¹​Min_3_Day_DoY, +#> # … with 31 more rows, and abbreviated variable names ¹​Min_3_Day_DoY, #> # ²​Min_3_Day_Date, ³​Min_7_Day, ⁴​Min_7_Day_DoY, ⁵​Min_7_Day_Date @@ -317,7 +317,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_annual_normal_days.html b/docs/reference/calc_annual_normal_days.html index 970d905..0294c93 100644 --- a/docs/reference/calc_annual_normal_days.html +++ b/docs/reference/calc_annual_normal_days.html @@ -23,7 +23,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -243,20 +243,20 @@

Examples

} #> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. -#> # A tibble: 38 × 5 +#> # A tibble: 41 × 5 #> STATION_NUMBER Year Normal_Days Below_Normal_Days Above_Normal_Days #> <chr> <dbl> <int> <int> <int> -#> 1 08NM116 1980 322 27 17 -#> 2 08NM116 1981 286 3 76 -#> 3 08NM116 1982 252 14 99 -#> 4 08NM116 1983 260 0 105 -#> 5 08NM116 1984 300 9 57 -#> 6 08NM116 1985 293 54 18 -#> 7 08NM116 1986 336 8 21 -#> 8 08NM116 1987 187 170 8 -#> 9 08NM116 1988 219 130 17 -#> 10 08NM116 1989 331 21 13 -#> # … with 28 more rows +#> 1 08NM116 1980 328 24 14 +#> 2 08NM116 1981 289 3 73 +#> 3 08NM116 1982 253 14 98 +#> 4 08NM116 1983 263 0 102 +#> 5 08NM116 1984 306 9 51 +#> 6 08NM116 1985 300 51 14 +#> 7 08NM116 1986 339 8 18 +#> 8 08NM116 1987 188 169 8 +#> 9 08NM116 1988 222 128 16 +#> 10 08NM116 1989 332 21 12 +#> # … with 31 more rows @@ -271,7 +271,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_annual_outside_normal.html b/docs/reference/calc_annual_outside_normal.html index 3a49931..3ecbeb6 100644 --- a/docs/reference/calc_annual_outside_normal.html +++ b/docs/reference/calc_annual_outside_normal.html @@ -24,7 +24,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -247,7 +247,7 @@

Examples

#> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. #> Note: this function has been superseded by the 'calc_annual_normal_days()' function. This function is still supported but no longer receives active development, as better solutions now exist. #> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. -#> # A tibble: 69 × 5 +#> # A tibble: 72 × 5 #> STATION_NUMBER Year Days_Below_Normal Days_Above_Normal Days_Outside_Normal #> <chr> <dbl> <int> <int> <int> #> 1 08NM116 1949 NA NA NA @@ -260,7 +260,7 @@

Examples

#> 8 08NM116 1956 NA NA NA #> 9 08NM116 1957 NA NA NA #> 10 08NM116 1958 NA NA NA -#> # … with 59 more rows +#> # … with 62 more rows @@ -275,7 +275,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_annual_peaks.html b/docs/reference/calc_annual_peaks.html index 0df8f83..b7c0aff 100644 --- a/docs/reference/calc_annual_peaks.html +++ b/docs/reference/calc_annual_peaks.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -306,7 +306,7 @@

Examples

#> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. #> Note: this function has been superseded by the 'calc_annual_extremes()' function. This function is still supported but no longer receives active development, as better solutions now exist. #> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. -#> # A tibble: 69 × 8 +#> # A tibble: 72 × 8 #> STATION_NUMBER Year Min_3_Day Min_3_…¹ Min_3_Da…² Max_3…³ Max_3…⁴ Max_3_Da…⁵ #> <chr> <dbl> <dbl> <dbl> <date> <dbl> <dbl> <date> #> 1 08NM116 1949 NA NA NA NA NA NA @@ -319,7 +319,7 @@

Examples

#> 8 08NM116 1956 NA NA NA NA NA NA #> 9 08NM116 1957 NA NA NA NA NA NA #> 10 08NM116 1958 NA NA NA NA NA NA -#> # … with 59 more rows, and abbreviated variable names ¹​Min_3_Day_DoY, +#> # … with 62 more rows, and abbreviated variable names ¹​Min_3_Day_DoY, #> # ²​Min_3_Day_Date, ³​Max_3_Day, ⁴​Max_3_Day_DoY, ⁵​Max_3_Day_Date @@ -335,7 +335,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_annual_stats.html b/docs/reference/calc_annual_stats.html index 68cb93c..96d1237 100644 --- a/docs/reference/calc_annual_stats.html +++ b/docs/reference/calc_annual_stats.html @@ -18,7 +18,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -283,7 +283,7 @@

Examples

#> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. #> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. #> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. -#> # A tibble: 69 × 8 +#> # A tibble: 72 × 8 #> STATION_NUMBER Year Mean Median Maximum Minimum P25 P75 #> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> #> 1 08NM116 1949 1.52 1.32 4.29 0.838 1.09 1.64 @@ -296,7 +296,7 @@

Examples

#> 8 08NM116 1956 2.25 1.29 8.21 0.784 0.998 2.33 #> 9 08NM116 1957 2.36 1.92 6.23 0.916 1.29 2.84 #> 10 08NM116 1958 1.71 1.23 5.51 0.578 0.880 2.04 -#> # … with 59 more rows +#> # … with 62 more rows @@ -311,7 +311,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_daily_cumulative_stats.html b/docs/reference/calc_daily_cumulative_stats.html index 87b99c4..46c4d14 100644 --- a/docs/reference/calc_daily_cumulative_stats.html +++ b/docs/reference/calc_daily_cumulative_stats.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -266,16 +266,16 @@

Examples

#> # A tibble: 365 × 11 #> STATIO…¹ Date Dayof…² Mean Median Minimum Maximum P5 P25 P75 P95 #> <chr> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 08NM116 Jan-… 1 0.114 0.0971 0.0354 0.271 0.0537 0.0740 0.145 0.200 -#> 2 08NM116 Jan-… 2 0.224 0.193 0.0689 0.515 0.106 0.147 0.276 0.406 -#> 3 08NM116 Jan-… 3 0.333 0.288 0.100 0.727 0.157 0.220 0.414 0.602 -#> 4 08NM116 Jan-… 4 0.443 0.382 0.131 0.961 0.208 0.300 0.538 0.772 -#> 5 08NM116 Jan-… 5 0.551 0.482 0.164 1.19 0.258 0.384 0.665 0.965 -#> 6 08NM116 Jan-… 6 0.658 0.571 0.198 1.40 0.309 0.459 0.795 1.17 -#> 7 08NM116 Jan-… 7 0.768 0.666 0.231 1.61 0.360 0.534 0.948 1.43 -#> 8 08NM116 Jan-… 8 0.883 0.762 0.265 1.81 0.410 0.607 1.09 1.73 -#> 9 08NM116 Jan-… 9 0.998 0.865 0.300 2.26 0.459 0.686 1.23 1.96 -#> 10 08NM116 Jan-… 10 1.11 0.957 0.337 2.76 0.508 0.763 1.35 2.18 +#> 1 08NM116 Jan-… 1 0.113 0.101 0.0354 0.271 0.0547 0.0733 0.141 0.200 +#> 2 08NM116 Jan-… 2 0.223 0.194 0.0689 0.515 0.107 0.146 0.272 0.406 +#> 3 08NM116 Jan-… 3 0.332 0.289 0.100 0.727 0.159 0.217 0.407 0.601 +#> 4 08NM116 Jan-… 4 0.441 0.385 0.131 0.961 0.209 0.298 0.535 0.769 +#> 5 08NM116 Jan-… 5 0.548 0.482 0.164 1.19 0.259 0.382 0.659 0.959 +#> 6 08NM116 Jan-… 6 0.654 0.572 0.198 1.40 0.310 0.457 0.791 1.16 +#> 7 08NM116 Jan-… 7 0.763 0.666 0.231 1.61 0.360 0.533 0.917 1.41 +#> 8 08NM116 Jan-… 8 0.876 0.765 0.265 1.81 0.411 0.605 1.05 1.73 +#> 9 08NM116 Jan-… 9 0.990 0.867 0.300 2.26 0.459 0.680 1.19 1.96 +#> 10 08NM116 Jan-… 10 1.10 0.962 0.337 2.76 0.509 0.758 1.32 2.18 #> # … with 355 more rows, and abbreviated variable names ¹​STATION_NUMBER, #> # ²​DayofYear @@ -292,7 +292,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_daily_stats.html b/docs/reference/calc_daily_stats.html index 4cab246..02f6271 100644 --- a/docs/reference/calc_daily_stats.html +++ b/docs/reference/calc_daily_stats.html @@ -20,7 +20,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -308,7 +308,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_flow_percentile.html b/docs/reference/calc_flow_percentile.html index 514dba5..84f029c 100644 --- a/docs/reference/calc_flow_percentile.html +++ b/docs/reference/calc_flow_percentile.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -231,7 +231,7 @@

Examples

#> # A tibble: 1 × 2 #> STATION_NUMBER Percentile #> <chr> <dbl> -#> 1 08NM116 20.5 +#> 1 08NM116 20.8 @@ -246,7 +246,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_longterm_daily_stats.html b/docs/reference/calc_longterm_daily_stats.html index 795d48c..9381c8e 100644 --- a/docs/reference/calc_longterm_daily_stats.html +++ b/docs/reference/calc_longterm_daily_stats.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -301,22 +301,22 @@

Examples

} #> Warning: One or more calculations included missing values and NA's were produced. If desired, filter data for complete years or months, or use the 'ignore_missing' or 'allowed_missing' arguments (if applicable) to ignore or allow some missing values. #> # A tibble: 14 × 8 -#> STATION_NUMBER Month Mean Median Maximum Minimum P10 P90 -#> <chr> <fct> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 08NM116 Jan 1.16 0.940 9.5 0.160 0.570 1.78 -#> 2 08NM116 Feb 1.19 0.971 5.81 0.140 0.561 2.00 -#> 3 08NM116 Mar 1.89 1.36 17.5 0.380 0.704 3.71 -#> 4 08NM116 Apr 8.65 6.51 53.5 0.505 1.45 18.5 -#> 5 08NM116 May 24.6 22.4 80.8 2.55 9.73 42.7 -#> 6 08NM116 Jun 22.0 19.7 86.2 0.450 6.10 39.7 -#> 7 08NM116 Jul 6.28 3.90 76.8 0.332 1.12 14.0 -#> 8 08NM116 Aug 2.03 1.54 13.3 0.427 0.836 3.84 -#> 9 08NM116 Sep 2.10 1.58 14.6 0.364 0.770 4.11 -#> 10 08NM116 Oct 2.06 1.64 15.2 0.267 0.841 3.82 -#> 11 08NM116 Nov 2.01 1.62 11.7 0.260 0.590 3.99 -#> 12 08NM116 Dec 1.29 1.06 7.30 0.244 0.528 2.27 -#> 13 08NM116 Long-term 6.28 1.83 86.2 0.140 0.705 20 -#> 14 08NM116 Summer 3.48 1.90 76.8 0.332 0.863 7.20 +#> STATION_NUMBER Month Mean Median Maximum Minimum P10 P90 +#> <chr> <fct> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> +#> 1 08NM116 Jan 1.13 0.930 9.5 0.160 0.564 1.75 +#> 2 08NM116 Feb 1.15 0.965 5.81 0.140 0.507 1.95 +#> 3 08NM116 Mar 1.83 1.31 17.5 0.380 0.660 3.61 +#> 4 08NM116 Apr 8.59 6.43 53.5 0.505 1.46 18.5 +#> 5 08NM116 May 25.5 22.8 95.4 2.55 10 45.2 +#> 6 08NM116 Jun 21.9 19.3 86.2 0.450 6.09 39.7 +#> 7 08NM116 Jul 6.28 3.92 76.8 0.332 1.16 14.1 +#> 8 08NM116 Aug 2.03 1.62 13.3 0.427 0.848 3.72 +#> 9 08NM116 Sep 2.14 1.62 14.6 0.364 0.785 4.19 +#> 10 08NM116 Oct 2.08 1.71 15.2 0.267 0.856 3.79 +#> 11 08NM116 Nov 2.04 1.65 11.7 0.260 0.600 3.99 +#> 12 08NM116 Dec 1.28 1.07 7.30 0.244 0.530 2.24 +#> 13 08NM116 Long-term 6.34 1.84 95.4 0.140 0.700 20 +#> 14 08NM116 Summer 3.50 1.95 76.8 0.332 0.873 7.10 @@ -331,7 +331,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_longterm_mean.html b/docs/reference/calc_longterm_mean.html index 331ae36..6692602 100644 --- a/docs/reference/calc_longterm_mean.html +++ b/docs/reference/calc_longterm_mean.html @@ -18,7 +18,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -229,7 +229,7 @@

Examples

#> # A tibble: 1 × 5 #> STATION_NUMBER LTMAD `5%MAD` `10%MAD` `20%MAD` #> <chr> <dbl> <dbl> <dbl> <dbl> -#> 1 08NM116 6.20 0.310 0.620 1.24 +#> 1 08NM116 6.25 0.313 0.625 1.25 @@ -244,7 +244,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_longterm_monthly_stats.html b/docs/reference/calc_longterm_monthly_stats.html index 58b9d2d..ad2d833 100644 --- a/docs/reference/calc_longterm_monthly_stats.html +++ b/docs/reference/calc_longterm_monthly_stats.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -290,20 +290,20 @@

Examples

#> # A tibble: 14 × 8 #> STATION_NUMBER Month Mean Median Maximum Minimum P10 P90 #> <chr> <fct> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 08NM116 Jan 1.16 0.972 6.12 0.316 0.619 1.63 -#> 2 08NM116 Feb 1.19 0.981 3.83 0.353 0.612 1.81 -#> 3 08NM116 Mar 1.89 1.49 6.93 0.507 0.906 3.10 -#> 4 08NM116 Apr 8.65 8.26 23.9 1.60 3.49 13.3 -#> 5 08NM116 May 24.6 23.9 45.0 14.0 15.7 32.9 -#> 6 08NM116 Jun 22.0 21.5 48.6 3.15 11.4 34.1 -#> 7 08NM116 Jul 6.28 4.20 25.6 0.921 1.90 13.5 -#> 8 08NM116 Aug 2.03 1.71 5.07 0.872 1.13 3.36 -#> 9 08NM116 Sep 2.10 1.72 6.06 0.700 0.986 3.74 -#> 10 08NM116 Oct 2.06 1.84 5.25 0.533 0.989 3.44 -#> 11 08NM116 Nov 2.01 1.61 5.41 0.498 0.715 3.53 -#> 12 08NM116 Dec 1.29 1.10 3.65 0.450 0.537 2.20 -#> 13 08NM116 Annual 6.28 6.26 11.1 2.88 4.18 8.23 -#> 14 08NM116 Summer 3.48 2.67 11.5 1.06 1.40 6.30 +#> 1 08NM116 Jan 1.13 0.968 6.12 0.316 0.624 1.60 +#> 2 08NM116 Feb 1.15 0.964 3.83 0.353 0.523 1.67 +#> 3 08NM116 Mar 1.83 1.41 6.93 0.507 0.821 2.91 +#> 4 08NM116 Apr 8.59 7.98 23.9 1.60 3.80 13.3 +#> 5 08NM116 May 25.5 24.0 48.1 14.0 16.0 35.4 +#> 6 08NM116 Jun 21.9 21.2 48.6 3.15 10.8 36.8 +#> 7 08NM116 Jul 6.28 4.34 25.6 0.921 1.93 13.1 +#> 8 08NM116 Aug 2.03 1.79 5.07 0.872 1.14 3.36 +#> 9 08NM116 Sep 2.14 1.76 6.06 0.700 0.998 3.76 +#> 10 08NM116 Oct 2.08 1.93 5.25 0.533 0.998 3.37 +#> 11 08NM116 Nov 2.04 1.67 5.41 0.498 0.741 3.45 +#> 12 08NM116 Dec 1.28 1.10 3.65 0.450 0.539 2.19 +#> 13 08NM116 Annual 6.34 6.27 11.1 2.88 4.36 8.46 +#> 14 08NM116 Summer 3.50 2.86 11.5 1.06 1.41 6.07 @@ -318,7 +318,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_longterm_percentile.html b/docs/reference/calc_longterm_percentile.html index 3117759..3154c08 100644 --- a/docs/reference/calc_longterm_percentile.html +++ b/docs/reference/calc_longterm_percentile.html @@ -18,7 +18,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -244,7 +244,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_monthly_cumulative_stats.html b/docs/reference/calc_monthly_cumulative_stats.html index 95f5fd9..918ce2a 100644 --- a/docs/reference/calc_monthly_cumulative_stats.html +++ b/docs/reference/calc_monthly_cumulative_stats.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -265,18 +265,18 @@

Examples

#> # A tibble: 12 × 10 #> STATION_NUM…¹ Month Mean Median Maximum Minimum P5 P25 P75 P95 #> <chr> <fct> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 08NM116 Jan 3.65 2.99 20.5 1.06 1.53 2.44 4.26 6.46 -#> 2 08NM116 Feb 7.03 5.95 30.7 2.16 3.25 4.53 7.65 12.7 -#> 3 08NM116 Mar 12.8 10.8 47.8 3.86 6.09 8.15 14.7 24.2 -#> 4 08NM116 Apr 37.3 33.9 92.6 9.86 13.2 22.5 45.3 76.7 -#> 5 08NM116 May 120. 112. 208. 52.3 65.8 94.4 139. 197. -#> 6 08NM116 Jun 193. 198. 319. 95.3 102. 150. 231. 284. -#> 7 08NM116 Jul 213. 222. 377. 102. 111. 159. 254. 321. -#> 8 08NM116 Aug 220. 226. 390. 104. 114. 162. 269. 328. -#> 9 08NM116 Sep 227. 232. 405. 106. 118. 165. 280. 334. -#> 10 08NM116 Oct 234. 240. 422. 108. 122. 170. 287. 339. -#> 11 08NM116 Nov 241. 243. 433. 110. 127. 176. 292. 346. -#> 12 08NM116 Dec 245. 246. 439. 112. 130. 181. 296. 349. +#> 1 08NM116 Jan 3.60 2.87 20.5 1.06 1.57 2.43 4.09 6.41 +#> 2 08NM116 Feb 6.90 5.81 30.7 2.16 3.27 4.49 7.39 12.4 +#> 3 08NM116 Mar 12.5 10.6 47.8 3.86 6.11 7.94 14.6 23.3 +#> 4 08NM116 Apr 37.1 33.6 92.6 9.86 13.2 24.4 44.4 74.4 +#> 5 08NM116 May 122. 114. 208. 52.3 66.1 94.1 142. 196. +#> 6 08NM116 Jun 195. 198. 319. 95.3 104. 148. 233. 289. +#> 7 08NM116 Jul 215. 222. 377. 102. 111. 158. 255. 332. +#> 8 08NM116 Aug 222. 226. 390. 104. 115. 162. 271. 339. +#> 9 08NM116 Sep 229. 234. 405. 106. 118. 165. 282. 345. +#> 10 08NM116 Oct 236. 241. 422. 108. 122. 170. 287. 351. +#> 11 08NM116 Nov 242. 244. 433. 110. 127. 176. 292. 358. +#> 12 08NM116 Dec 247. 247. 439. 112. 130. 180. 297. 361. #> # … with abbreviated variable name ¹​STATION_NUMBER @@ -292,7 +292,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/calc_monthly_stats.html b/docs/reference/calc_monthly_stats.html index bc7903b..2737cb0 100644 --- a/docs/reference/calc_monthly_stats.html +++ b/docs/reference/calc_monthly_stats.html @@ -18,7 +18,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -321,7 +321,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/compute_annual_frequencies.html b/docs/reference/compute_annual_frequencies.html index 379413d..3035175 100644 --- a/docs/reference/compute_annual_frequencies.html +++ b/docs/reference/compute_annual_frequencies.html @@ -21,7 +21,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -326,7 +326,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/compute_annual_trends.html b/docs/reference/compute_annual_trends.html index fb34f1b..e809d6e 100644 --- a/docs/reference/compute_annual_trends.html +++ b/docs/reference/compute_annual_trends.html @@ -29,7 +29,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -377,7 +377,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/compute_frequency_analysis.html b/docs/reference/compute_frequency_analysis.html index 92923e5..ba6ed62 100644 --- a/docs/reference/compute_frequency_analysis.html +++ b/docs/reference/compute_frequency_analysis.html @@ -21,7 +21,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -257,7 +257,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/compute_frequency_quantile.html b/docs/reference/compute_frequency_quantile.html index 9b2e8af..369baac 100644 --- a/docs/reference/compute_frequency_quantile.html +++ b/docs/reference/compute_frequency_quantile.html @@ -21,7 +21,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -264,7 +264,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/compute_full_analysis.html b/docs/reference/compute_full_analysis.html index 51745fa..cfc2363 100644 --- a/docs/reference/compute_full_analysis.html +++ b/docs/reference/compute_full_analysis.html @@ -22,7 +22,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -323,7 +323,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/compute_hydat_peak_frequencies.html b/docs/reference/compute_hydat_peak_frequencies.html index 54289ab..c0e8ae1 100644 --- a/docs/reference/compute_hydat_peak_frequencies.html +++ b/docs/reference/compute_hydat_peak_frequencies.html @@ -20,7 +20,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -247,7 +247,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/fasstr-package.html b/docs/reference/fasstr-package.html index cadc53b..85b3c17 100644 --- a/docs/reference/fasstr-package.html +++ b/docs/reference/fasstr-package.html @@ -17,7 +17,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -118,7 +118,6 @@

References

See also

Useful links:

@@ -143,7 +142,7 @@

Author

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/figures/plot1-1.png b/docs/reference/figures/plot1-1.png index 0b6089d..ef7475d 100644 Binary files a/docs/reference/figures/plot1-1.png and b/docs/reference/figures/plot1-1.png differ diff --git a/docs/reference/figures/plot3-1.png b/docs/reference/figures/plot3-1.png index 46b9b31..dd2fd44 100644 Binary files a/docs/reference/figures/plot3-1.png and b/docs/reference/figures/plot3-1.png differ diff --git a/docs/reference/fill_missing_dates.html b/docs/reference/fill_missing_dates.html index 3772469..c680e33 100644 --- a/docs/reference/fill_missing_dates.html +++ b/docs/reference/fill_missing_dates.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -179,7 +179,7 @@

Examples

water_year_start = 8) } -#> # A tibble: 25,567 × 5 +#> # A tibble: 26,663 × 5 #> STATION_NUMBER Date Parameter Value Symbol #> <chr> <date> <chr> <dbl> <chr> #> 1 08NM116 1948-08-01 Flow NA NA @@ -192,7 +192,7 @@

Examples

#> 8 08NM116 1948-08-08 Flow NA NA #> 9 08NM116 1948-08-09 Flow NA NA #> 10 08NM116 1948-08-10 Flow NA NA -#> # … with 25,557 more rows +#> # … with 26,653 more rows @@ -207,7 +207,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/index.html b/docs/reference/index.html index 5006245..43c6283 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -17,7 +17,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -418,7 +418,7 @@

Superseded
-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_cumulative_stats-1.png b/docs/reference/plot_annual_cumulative_stats-1.png index da29d4c..4b97439 100644 Binary files a/docs/reference/plot_annual_cumulative_stats-1.png and b/docs/reference/plot_annual_cumulative_stats-1.png differ diff --git a/docs/reference/plot_annual_cumulative_stats.html b/docs/reference/plot_annual_cumulative_stats.html index 01728de..ba2edef 100644 --- a/docs/reference/plot_annual_cumulative_stats.html +++ b/docs/reference/plot_annual_cumulative_stats.html @@ -20,7 +20,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -279,7 +279,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_extremes-1.png b/docs/reference/plot_annual_extremes-1.png index 0cc6959..9bde9cf 100644 Binary files a/docs/reference/plot_annual_extremes-1.png and b/docs/reference/plot_annual_extremes-1.png differ diff --git a/docs/reference/plot_annual_extremes-2.png b/docs/reference/plot_annual_extremes-2.png index ff03bb6..73a6a9c 100644 Binary files a/docs/reference/plot_annual_extremes-2.png and b/docs/reference/plot_annual_extremes-2.png differ diff --git a/docs/reference/plot_annual_extremes.html b/docs/reference/plot_annual_extremes.html index 2647c10..b2c5b39 100644 --- a/docs/reference/plot_annual_extremes.html +++ b/docs/reference/plot_annual_extremes.html @@ -18,7 +18,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -291,7 +291,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_extremes_year-1.png b/docs/reference/plot_annual_extremes_year-1.png index caa6bc9..545513b 100644 Binary files a/docs/reference/plot_annual_extremes_year-1.png and b/docs/reference/plot_annual_extremes_year-1.png differ diff --git a/docs/reference/plot_annual_extremes_year.html b/docs/reference/plot_annual_extremes_year.html index 7f845db..95725ae 100644 --- a/docs/reference/plot_annual_extremes_year.html +++ b/docs/reference/plot_annual_extremes_year.html @@ -21,7 +21,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -326,7 +326,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_flow_timing-1.png b/docs/reference/plot_annual_flow_timing-1.png index 1cb9bd1..35624f7 100644 Binary files a/docs/reference/plot_annual_flow_timing-1.png and b/docs/reference/plot_annual_flow_timing-1.png differ diff --git a/docs/reference/plot_annual_flow_timing.html b/docs/reference/plot_annual_flow_timing.html index aae507b..85c9580 100644 --- a/docs/reference/plot_annual_flow_timing.html +++ b/docs/reference/plot_annual_flow_timing.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -253,7 +253,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_flow_timing_year-1.png b/docs/reference/plot_annual_flow_timing_year-1.png index 96198ef..e3f2f68 100644 Binary files a/docs/reference/plot_annual_flow_timing_year-1.png and b/docs/reference/plot_annual_flow_timing_year-1.png differ diff --git a/docs/reference/plot_annual_flow_timing_year.html b/docs/reference/plot_annual_flow_timing_year.html index e72553c..e2deff4 100644 --- a/docs/reference/plot_annual_flow_timing_year.html +++ b/docs/reference/plot_annual_flow_timing_year.html @@ -20,7 +20,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -265,7 +265,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_highflows-1.png b/docs/reference/plot_annual_highflows-1.png index aec8537..0fe108a 100644 Binary files a/docs/reference/plot_annual_highflows-1.png and b/docs/reference/plot_annual_highflows-1.png differ diff --git a/docs/reference/plot_annual_highflows-2.png b/docs/reference/plot_annual_highflows-2.png index 2b9a3de..120e8d8 100644 Binary files a/docs/reference/plot_annual_highflows-2.png and b/docs/reference/plot_annual_highflows-2.png differ diff --git a/docs/reference/plot_annual_highflows.html b/docs/reference/plot_annual_highflows.html index b5c3d6d..cf4bb2f 100644 --- a/docs/reference/plot_annual_highflows.html +++ b/docs/reference/plot_annual_highflows.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -267,7 +267,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_lowflows-1.png b/docs/reference/plot_annual_lowflows-1.png index 269963c..b3e4f3d 100644 Binary files a/docs/reference/plot_annual_lowflows-1.png and b/docs/reference/plot_annual_lowflows-1.png differ diff --git a/docs/reference/plot_annual_lowflows-2.png b/docs/reference/plot_annual_lowflows-2.png index 508c6d3..0656445 100644 Binary files a/docs/reference/plot_annual_lowflows-2.png and b/docs/reference/plot_annual_lowflows-2.png differ diff --git a/docs/reference/plot_annual_lowflows.html b/docs/reference/plot_annual_lowflows.html index 1b9bda7..0127ab4 100644 --- a/docs/reference/plot_annual_lowflows.html +++ b/docs/reference/plot_annual_lowflows.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -267,7 +267,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_means-1.png b/docs/reference/plot_annual_means-1.png index 222c329..15f30f4 100644 Binary files a/docs/reference/plot_annual_means-1.png and b/docs/reference/plot_annual_means-1.png differ diff --git a/docs/reference/plot_annual_means.html b/docs/reference/plot_annual_means.html index 55c4b08..cd8e8d5 100644 --- a/docs/reference/plot_annual_means.html +++ b/docs/reference/plot_annual_means.html @@ -18,7 +18,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -264,7 +264,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_normal_days-1.png b/docs/reference/plot_annual_normal_days-1.png index da6c3ec..7bef8dc 100644 Binary files a/docs/reference/plot_annual_normal_days-1.png and b/docs/reference/plot_annual_normal_days-1.png differ diff --git a/docs/reference/plot_annual_normal_days.html b/docs/reference/plot_annual_normal_days.html index 9fae916..4c14138 100644 --- a/docs/reference/plot_annual_normal_days.html +++ b/docs/reference/plot_annual_normal_days.html @@ -21,7 +21,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -260,7 +260,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_normal_days_year-1.png b/docs/reference/plot_annual_normal_days_year-1.png index 647ea09..6349516 100644 Binary files a/docs/reference/plot_annual_normal_days_year-1.png and b/docs/reference/plot_annual_normal_days_year-1.png differ diff --git a/docs/reference/plot_annual_normal_days_year.html b/docs/reference/plot_annual_normal_days_year.html index 6d0f284..65918b6 100644 --- a/docs/reference/plot_annual_normal_days_year.html +++ b/docs/reference/plot_annual_normal_days_year.html @@ -22,7 +22,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -284,7 +284,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_outside_normal-1.png b/docs/reference/plot_annual_outside_normal-1.png index e842d61..52177e6 100644 Binary files a/docs/reference/plot_annual_outside_normal-1.png and b/docs/reference/plot_annual_outside_normal-1.png differ diff --git a/docs/reference/plot_annual_outside_normal.html b/docs/reference/plot_annual_outside_normal.html index 1711fbe..c8e3281 100644 --- a/docs/reference/plot_annual_outside_normal.html +++ b/docs/reference/plot_annual_outside_normal.html @@ -22,7 +22,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -266,7 +266,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_stats.html b/docs/reference/plot_annual_stats.html index 4c6de0b..78b1c86 100644 --- a/docs/reference/plot_annual_stats.html +++ b/docs/reference/plot_annual_stats.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -306,7 +306,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_stats2-1.png b/docs/reference/plot_annual_stats2-1.png index bbef668..4e5b37e 100644 Binary files a/docs/reference/plot_annual_stats2-1.png and b/docs/reference/plot_annual_stats2-1.png differ diff --git a/docs/reference/plot_annual_stats2.html b/docs/reference/plot_annual_stats2.html index f8c4942..cbc9a0f 100644 --- a/docs/reference/plot_annual_stats2.html +++ b/docs/reference/plot_annual_stats2.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -324,7 +324,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_annual_symbols-1.png b/docs/reference/plot_annual_symbols-1.png index fcb5b51..44b13ee 100644 Binary files a/docs/reference/plot_annual_symbols-1.png and b/docs/reference/plot_annual_symbols-1.png differ diff --git a/docs/reference/plot_annual_symbols.html b/docs/reference/plot_annual_symbols.html index 6609b06..c79c190 100644 --- a/docs/reference/plot_annual_symbols.html +++ b/docs/reference/plot_annual_symbols.html @@ -20,7 +20,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -236,7 +236,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_daily_cumulative_stats-1.png b/docs/reference/plot_daily_cumulative_stats-1.png index e920c82..1f6e761 100644 Binary files a/docs/reference/plot_daily_cumulative_stats-1.png and b/docs/reference/plot_daily_cumulative_stats-1.png differ diff --git a/docs/reference/plot_daily_cumulative_stats.html b/docs/reference/plot_daily_cumulative_stats.html index b63a603..7c11e98 100644 --- a/docs/reference/plot_daily_cumulative_stats.html +++ b/docs/reference/plot_daily_cumulative_stats.html @@ -21,7 +21,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -291,7 +291,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_daily_stats-1.png b/docs/reference/plot_daily_stats-1.png index 8ab34de..43f24a3 100644 Binary files a/docs/reference/plot_daily_stats-1.png and b/docs/reference/plot_daily_stats-1.png differ diff --git a/docs/reference/plot_daily_stats.html b/docs/reference/plot_daily_stats.html index 433acd1..9e9069e 100644 --- a/docs/reference/plot_daily_stats.html +++ b/docs/reference/plot_daily_stats.html @@ -21,7 +21,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -331,7 +331,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_data_screening-1.png b/docs/reference/plot_data_screening-1.png index 397d1b5..d86212c 100644 Binary files a/docs/reference/plot_data_screening-1.png and b/docs/reference/plot_data_screening-1.png differ diff --git a/docs/reference/plot_data_screening.html b/docs/reference/plot_data_screening.html index 01365c7..83bac83 100644 --- a/docs/reference/plot_data_screening.html +++ b/docs/reference/plot_data_screening.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -267,7 +267,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_flow_data.html b/docs/reference/plot_flow_data.html index 5cc1cfb..74bb728 100644 --- a/docs/reference/plot_flow_data.html +++ b/docs/reference/plot_flow_data.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -260,8 +260,8 @@

Examples

end_date = "1990-06-01") } -#> Note: Did not plot 3394 missing or excluded values between 1949-01-01 and 2017-12-31. -#> Note: Did not plot 3394 missing or excluded values between 1949-01-01 and 2017-12-31. +#> Note: Did not plot 3394 missing or excluded values between 1949-01-01 and 2020-12-31. +#> Note: Did not plot 3394 missing or excluded values between 1949-01-01 and 2020-12-31. #> Note: Did not plot 1460 missing or excluded values between 1981-01-01 and 2010-12-31. #> Note: Did not plot 1057 missing or excluded values between 1983-01-01 and 2019-12-31. #> $Daily_Flows @@ -281,7 +281,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_flow_data_symbols-1.png b/docs/reference/plot_flow_data_symbols-1.png index 8846975..9d69028 100644 Binary files a/docs/reference/plot_flow_data_symbols-1.png and b/docs/reference/plot_flow_data_symbols-1.png differ diff --git a/docs/reference/plot_flow_data_symbols.html b/docs/reference/plot_flow_data_symbols.html index dc3ef3f..a369265 100644 --- a/docs/reference/plot_flow_data_symbols.html +++ b/docs/reference/plot_flow_data_symbols.html @@ -20,7 +20,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -228,8 +228,8 @@

Examples

plot_flow_data_symbols(station_number = "08NM116") } -#> Note: Did not plot 3394 missing or excluded values between 1949-01-01 and 2017-12-31. -#> Note: Did not plot 3394 missing or excluded values between 1949-01-01 and 2017-12-31. +#> Note: Did not plot 3394 missing or excluded values between 1949-01-01 and 2020-12-31. +#> Note: Did not plot 3394 missing or excluded values between 1949-01-01 and 2020-12-31. #> $Flow_Data_Symbols #> @@ -247,7 +247,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_flow_duration.html b/docs/reference/plot_flow_duration.html index 61a87f2..8f73dbd 100644 --- a/docs/reference/plot_flow_duration.html +++ b/docs/reference/plot_flow_duration.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -287,7 +287,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_longterm_daily_stats-1.png b/docs/reference/plot_longterm_daily_stats-1.png index 85c62ae..dec3235 100644 Binary files a/docs/reference/plot_longterm_daily_stats-1.png and b/docs/reference/plot_longterm_daily_stats-1.png differ diff --git a/docs/reference/plot_longterm_daily_stats.html b/docs/reference/plot_longterm_daily_stats.html index 2ff9b1f..00321b5 100644 --- a/docs/reference/plot_longterm_daily_stats.html +++ b/docs/reference/plot_longterm_daily_stats.html @@ -21,7 +21,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -319,7 +319,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_longterm_monthly_stats-1.png b/docs/reference/plot_longterm_monthly_stats-1.png index 2292dbd..881aa8a 100644 Binary files a/docs/reference/plot_longterm_monthly_stats-1.png and b/docs/reference/plot_longterm_monthly_stats-1.png differ diff --git a/docs/reference/plot_longterm_monthly_stats.html b/docs/reference/plot_longterm_monthly_stats.html index 28e0837..8ce1b71 100644 --- a/docs/reference/plot_longterm_monthly_stats.html +++ b/docs/reference/plot_longterm_monthly_stats.html @@ -21,7 +21,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -317,7 +317,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_missing_dates-1.png b/docs/reference/plot_missing_dates-1.png index 9088d68..9025f04 100644 Binary files a/docs/reference/plot_missing_dates-1.png and b/docs/reference/plot_missing_dates-1.png differ diff --git a/docs/reference/plot_missing_dates.html b/docs/reference/plot_missing_dates.html index 9eca701..a97de1d 100644 --- a/docs/reference/plot_missing_dates.html +++ b/docs/reference/plot_missing_dates.html @@ -18,7 +18,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -246,7 +246,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_monthly_cumulative_stats-1.png b/docs/reference/plot_monthly_cumulative_stats-1.png index 4bafea3..189fd42 100644 Binary files a/docs/reference/plot_monthly_cumulative_stats-1.png and b/docs/reference/plot_monthly_cumulative_stats-1.png differ diff --git a/docs/reference/plot_monthly_cumulative_stats.html b/docs/reference/plot_monthly_cumulative_stats.html index c0638fe..b5ae8bc 100644 --- a/docs/reference/plot_monthly_cumulative_stats.html +++ b/docs/reference/plot_monthly_cumulative_stats.html @@ -21,7 +21,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -295,7 +295,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_monthly_means-1.png b/docs/reference/plot_monthly_means-1.png index c9312e7..8a850a1 100644 Binary files a/docs/reference/plot_monthly_means-1.png and b/docs/reference/plot_monthly_means-1.png differ diff --git a/docs/reference/plot_monthly_means.html b/docs/reference/plot_monthly_means.html index 35f0454..6a3552e 100644 --- a/docs/reference/plot_monthly_means.html +++ b/docs/reference/plot_monthly_means.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -255,7 +255,7 @@

Examples

} #> $Monthly_Means -#> Warning: Removed 8 rows containing missing values (position_stack). +#> Warning: Removed 8 rows containing missing values (`position_stack()`). #> @@ -272,7 +272,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_monthly_stats.html b/docs/reference/plot_monthly_stats.html index a46c727..5c6ee68 100644 --- a/docs/reference/plot_monthly_stats.html +++ b/docs/reference/plot_monthly_stats.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -295,7 +295,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/plot_monthly_stats2.html b/docs/reference/plot_monthly_stats2.html index 9df1797..1b9ea79 100644 --- a/docs/reference/plot_monthly_stats2.html +++ b/docs/reference/plot_monthly_stats2.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -316,7 +316,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/reexports.html b/docs/reference/reexports.html index 21daef0..b52b202 100644 --- a/docs/reference/reexports.html +++ b/docs/reference/reexports.html @@ -24,7 +24,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -129,7 +129,7 @@

Objects exported from other packages

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/screen_flow_data.html b/docs/reference/screen_flow_data.html index 0b151f3..29329a3 100644 --- a/docs/reference/screen_flow_data.html +++ b/docs/reference/screen_flow_data.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -297,7 +297,7 @@

Examples

months = 7:9) } -#> # A tibble: 69 × 16 +#> # A tibble: 72 × 16 #> STATION_…¹ Year n_days n_Q n_mis…² E_Sym…³ No_Sy…⁴ A_Sym…⁵ Minimum Maximum #> <chr> <dbl> <int> <int> <int> <int> <int> <int> <dbl> <dbl> #> 1 08NM116 1949 92 92 0 5 87 0 0.838 4.29 @@ -310,7 +310,7 @@

Examples

#> 8 08NM116 1956 92 92 0 0 92 0 0.784 8.21 #> 9 08NM116 1957 92 92 0 0 92 0 0.916 6.23 #> 10 08NM116 1958 92 92 0 0 92 0 0.578 5.51 -#> # … with 59 more rows, 6 more variables: Mean <dbl>, Median <dbl>, +#> # … with 62 more rows, 6 more variables: Mean <dbl>, Median <dbl>, #> # StandardDeviation <dbl>, Jul_missing_Q <int>, Aug_missing_Q <int>, #> # Sep_missing_Q <int>, and abbreviated variable names ¹​STATION_NUMBER, #> # ²​n_missing_Q, ³​E_Symbol, ⁴​No_Symbol, ⁵​A_Symbol @@ -328,7 +328,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/write_flow_data.html b/docs/reference/write_flow_data.html index 744faad..8bcc416 100644 --- a/docs/reference/write_flow_data.html +++ b/docs/reference/write_flow_data.html @@ -19,7 +19,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -230,7 +230,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/write_full_analysis.html b/docs/reference/write_full_analysis.html index 4e7b45e..ef21a0a 100644 --- a/docs/reference/write_full_analysis.html +++ b/docs/reference/write_full_analysis.html @@ -22,7 +22,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -331,7 +331,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/write_objects_list.html b/docs/reference/write_objects_list.html index 0870ec8..798b409 100644 --- a/docs/reference/write_objects_list.html +++ b/docs/reference/write_objects_list.html @@ -18,7 +18,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -185,7 +185,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/write_plots.html b/docs/reference/write_plots.html index f9aebff..270e979 100644 --- a/docs/reference/write_plots.html +++ b/docs/reference/write_plots.html @@ -20,7 +20,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -193,7 +193,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/write_results.html b/docs/reference/write_results.html index b690ff0..b0687c0 100644 --- a/docs/reference/write_results.html +++ b/docs/reference/write_results.html @@ -18,7 +18,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -155,7 +155,7 @@

Examples

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/release_process.html b/docs/release_process.html index 048ba3f..e341945 100644 --- a/docs/release_process.html +++ b/docs/release_process.html @@ -17,7 +17,7 @@ fasstr - 0.5.0 + 0.5.1 @@ -171,7 +171,7 @@

Once it is release c
-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.