Skip to content

Commit

Permalink
all water yield page added
Browse files Browse the repository at this point in the history
  • Loading branch information
biopsichas committed May 21, 2024
1 parent 8bb3b65 commit 0878e49
Show file tree
Hide file tree
Showing 28 changed files with 230 additions and 36 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: SWATtunR
Type: Package
Title: Soft & Hard Calibration, Validation Package for SWAT+ models
Version: 0.0.1.9001
Version: 0.0.1.9002
Authors@R: c(
person("Svajunas", "Plunge", , "svajunas.plunge@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = '0000-0001-8897-3349')),
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Generated by roxygen2: do not edit by hand

export(calculate_wyr)
export(copy_file_version)
export(plot_dotty)
export(plot_dotty_yields)
Expand Down
1 change: 0 additions & 1 deletion R/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ find_par_range <- function(par, sim, obj, rel_rng) {
#' # Calculate WYR
#' wyr <- calculate_wyr(sim)
#' }
#' @export
#' @keywords calculate

calculate_wyr <- function(sim) {
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/sc-crops.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

113 changes: 110 additions & 3 deletions docs/articles/sc-wy.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pkgdown_sha: ~
articles:
sc-crops: sc-crops.html
sc-wy: sc-wy.html
last_built: 2024-05-20T15:08Z
last_built: 2024-05-21T09:33Z

2 changes: 1 addition & 1 deletion docs/reference/add_suffix_to_duplicate.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/aggregate_aa.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/calculate_wyr.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/copy_file_version.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/dotty_fig.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/find_par_range.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/plot_dotty.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/plot_dotty_yields.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/plot_esco_range.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/plot_phu_yld_bms.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/read_tbl.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/reference/sample_lhs.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/update_par.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/write_tbl.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

Loading

0 comments on commit 0878e49

Please sign in to comment.