Skip to contents

Reads the parsed GLM and AED configuration lists from an AEME object and produces an interactive HTML visualisation showing the lake hypsograph, sediment zones, module wiring, and key parameter values.

Usage

plot_glm_config(aeme, path, output = NULL, return_widget = FALSE)

Arguments

aeme

An AEME object.

path

Character. Path to AEME project.

output

Character or NULL. Path for the output HTML file. If NULL, a temporary file is created and opened in the browser. Defaults to NULL.

return_widget

Logical. If TRUE, returns the HTML widget object instead of writing to file. Defaults to FALSE.

Value

Invisibly returns the path to the generated HTML file.