Skip to content
Snippets Groups Projects
Commit 7a79d07a authored by Svajunas Plunge's avatar Svajunas Plunge
Browse files

plot_water_partition default value of tile parameter changed from TRUE to NULL

parent 1f297223
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ plot_hru_var_aa <- function(sim_verify, lum = NULL, mgt = NULL, soil = NULL){
#' plot_water_partition(sim_nostress, tile = TRUE)
#' }
plot_water_partition <- function(sim_verify, tile = TRUE, lum = NULL, mgt = NULL, soil = NULL, exclude_lum = c(
plot_water_partition <- function(sim_verify, tile = NULL, lum = NULL, mgt = NULL, soil = NULL, exclude_lum = c(
"urhd_lum", "urmd_lum", "urml_lum",
"urld_lum", "ucom_lum", "uidu_lum",
"utrn_lum", "uins_lum", "urbn_lum")){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment