This function transforms your observed and modeled data to by in tidy format.
This makes it easier to use with other r packages such as ggplot2
.
melt_swap_data(project_path, variable = NULL, depth = NULL, verbose = F)
Melted dataframe of matched modeled and observed values
This function will adjust to any variables and depths you give it. If you do not provide any variables, or any depths, all available ones will be used.