Document Model - zward/Amua GitHub Wiki

Documentation can be automatically generated for models developed in Amua. Simply click Model -> document Document...

screenshot

This will create an R Markdown file (.Rmd) that documents the model structure, properties, and inputs.
This R Markdown file can then be output to different formats from RStudio by changing the output format in the header:

Format Header Option
HTML output: html_document
PDF output: pdf_document
Word output: word_document