runit | R Documentation |
Shortcut to fit, run, read and plot a JJM model
runit(
mod,
est = FALSE,
exec = NULL,
path = "config",
input = "input",
output = "results",
version = "2015MS",
pdf = FALSE,
portrait = TRUE,
...
)
mod |
A character specifying the name of a model (by it's ctl filename). |
est |
Boolean, should we run the parameter estimation for a model? |
exec |
Path to the JJM executable file. By default, 'jjms' will be used. |
path |
Directory where the configuration files will be written. |
input |
Input |
output |
Folder to save the outputs, 'arc' by default. |
version |
version of JJM, default to "2015MS" (2015 SC multi-stock). |
pdf |
Produce outputs in a pdf file? |
portrait |
Orientation of the pdf output, default TRUE. |
## Not run:
writeJJM(mod1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.