Plots a graph showing where the model overestimates and underestimates for the given variable and depth(s).

plot_over_under(project_path, variable, depth = NULL, verbose = F)

Arguments

project_path

path to project_directory (string)

variable

desired variable (string)

depth

optional depth specification. leave blank for no/all depths. (numeric/vector)

verbose

print status? (flag)

Details

Graph is based on ribbonize() from Neal Grantham

Author

Neal Grantham, Moritz Shore