Function that applies interfaceplot
for a whole model and
all its modules.
modules_interfaceplot(
x = ".",
modulepath = "modules",
filetype = "png",
targetfolder = NULL,
writetable = TRUE,
includeCore = FALSE,
...
)
A list with interface tables for each module
Either the object returned by codeCheck
or the path to
the main folder of the model.
Path to the modules folder
Filetype that should be used (e.g. "png" or "pdf")
Folder outputs should be written to. If set to NULL outputs will be added to corresponding module folders
Logical deciding whether a csv containing the interfaces should be written as well.
Logical to create plot for core or not, default FALSE.
Optional arguments to interfaceplot
.
Jan Philipp Dietrich
codeCheck
,interfaceplot