Skip to content
Snippets Groups Projects
NAMESPACE 3.31 KiB
# Generated by roxygen2: do not edit by hand

export(add_kill_op)
export(check_hru_waterbalance)
export(filter_hru_at_harvkill)
export(get_hru_id_by_attribute)
export(plot_basin_var)
export(plot_climate_annual)
export(plot_hru_pw)
export(plot_hru_pw_day)
export(plot_hru_var)
export(plot_hru_var_aa)
export(plot_monthly_snow)
export(plot_ps)
export(plot_qtile)
export(plot_variable_at_harvkill)
export(plot_water_partition)
export(plot_waterbalance)
export(print_avannual_qtile)
export(print_triggered_mgt)
export(report_mgt)
export(run_softcal_waterbalance)
export(run_swat_verification)
export(update_landuse_labels)
import(ggplot2)
import(patchwork)
importFrom(data.table,fread)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,cur_group_id)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_map)
importFrom(dplyr,group_split)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_sample)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,lims)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_void)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,floor_date)
importFrom(lubridate,int_end)
importFrom(lubridate,int_start)
importFrom(lubridate,interval)
importFrom(lubridate,month)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(plotly,add_pie)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotly_build)
importFrom(plotly,subplot)
importFrom(png,readPNG)
importFrom(processx,run)
importFrom(purrr,list_c)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_df)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(readr,read_lines)
importFrom(readr,write_delim)
importFrom(readr,write_lines)
importFrom(stats,density)
importFrom(stats,lag)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unite)
importFrom(tidyselect,all_of)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(utils,download.file)