execute_nmtran | R Documentation |
NM-TRAN
in a given directoryExecute NM-TRAN
in a given directory. Also runs nmtran_presort
if an
executable is found. This assumes the model at mod_path
has already been
copied to the top-level of dir
.
execute_nmtran(
nmtran_exe,
mod_path,
cmd_args = c("0", "0", "2"),
nmtran_presort_exe = NULL,
dir = "."
)
nmtran_exe |
Path to |
mod_path |
Path of a model to evaluate. Should be relative to |
cmd_args |
A character vector of command line arguments for the
|
nmtran_presort_exe |
Path to |
dir |
Directory in which to execute the command. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.