Skip to content
Snippets Groups Projects
Commit 66d6342d authored by Moritz Shore's avatar Moritz Shore
Browse files

Update malanta_fix.R

parent 36d0ff27
Branches main
No related tags found
No related merge requests found
......@@ -42,13 +42,12 @@ result_df
# observed variable, then you will get just that:
get_swap_depths(load_swap_observed(malanta))
result_df <- check_swap_sensitivity(
malanta,
variable = "ALFA",
values = seq(0.05, 0.3, by = 0.01),
row = 1,depth = 10,
row = 1,
verbose = T,
obs_variable = "WC",
autoset_output = T, force = T
obs_variable = "WC",depth = 10,
autoset_output = T
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment