Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
swatdoctr
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christoph Schürz
swatdoctr
Commits
ac0dfd8a
Commit
ac0dfd8a
authored
2 years ago
by
Svajunas Plunge
Browse files
Options
Downloads
Patches
Plain Diff
small bugs fixed
parent
7943cc15
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
DESCRIPTION
+2
-2
2 additions, 2 deletions
DESCRIPTION
NAMESPACE
+2
-0
2 additions, 0 deletions
NAMESPACE
R/plot_ps_tile.R
+2
-1
2 additions, 1 deletion
R/plot_ps_tile.R
with
6 additions
and
3 deletions
DESCRIPTION
+
2
−
2
View file @
ac0dfd8a
...
...
@@ -19,6 +19,7 @@ Imports:
processx,
purrr,
readr,
stats,
stringr,
tibble,
tidyr,
...
...
@@ -26,8 +27,7 @@ Imports:
plotly,
utils
Suggests:
datasets,
stats
datasets
License: GPL-3
Encoding: UTF-8
LazyData: true
...
...
This diff is collapsed.
Click to expand it.
NAMESPACE
+
2
−
0
View file @
ac0dfd8a
...
...
@@ -25,6 +25,7 @@ importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,ends_with)
...
...
@@ -88,6 +89,7 @@ importFrom(purrr,set_names)
importFrom(readr,read_lines)
importFrom(readr,write_delim)
importFrom(readr,write_lines)
importFrom(stats,density)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
...
...
This diff is collapsed.
Click to expand it.
R/plot_ps_tile.R
+
2
−
1
View file @
ac0dfd8a
...
...
@@ -97,7 +97,8 @@ print_avannual_qtile <- function(sim_verify,
#' be set in \code{run_swat_verification()}
#' @param exclude_lum Character vector to define land uses which are excluded
#' in the printed table.
#'
#' @importFrom dplyr count
#' @importFrom stats density
#' @importFrom ggplot2 ggplot geom_histogram labs theme_bw theme geom_density aes
#' @return Returns ggplot object with histogram and density curve for tile drain from distribution.
#' @export
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment