Description Usage Arguments See Also Examples
The visualizing Atlantis diagnostic tool is an interactive Shiny-based tool for model tuning and calibration. It includes various plots, both aggregated and unaggregated, that are useful for diagnostic, tuning, and visualizing output. To use vadt
, the user must first run the create_vadt
function which will create an object of class vadt
which can be fed to the vadt
function. The user may also run the animate_vadt
to create the animated GIFs (this is optional)
1 |
obj |
Object of class vat returned by create_vat |
anim |
Directory to stored animated plot created by vat_animate function (defaults to NULL) |
1 2 3 4 5 6 7 8 | ## Not run:
anim <- "/path/to/animinated/gifs"
obj <- create_vadt(outdir = "/atlantis/output_dir/",
fgfile = "/atlantis/functionalgroup.csv",
ncout = "output_atlantis")
vadt(obj, anim = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.