Description Usage Arguments Author(s) Examples
Set and get global options for INLA
1 2 3 | inla.setOption(...)
inla.getOption(option)
|
... |
Option and value, like |
option |
The option to get. If inla.call: The path to the inla-program. inla.arg: Additional arguments to fmesher.call: The path to the fmesher-program fmesher.arg: Additional arguments to num.threads: Number of threads to use. keep: Keep temporary files? working.directory: The name of the working directory. silent: Run the inla-program in a silent mode? debug : Run the inla-program in a debug mode? internal.binary.mode : if internal.experimental.mode : Expert option cygwin : The home of the Cygwin installation (default "C:/cygwin") [Remote computing for Windows only] ssh.auth.sock: The ssh bind-adress (value of $SSH_AUTH_SOCK int the Cygwin-shell). [Remote computing for Windows only] enable.inla.argument.weights : if show.warning.graph.file : Give a warning for using the obsolete argument
scale.model.default : The default value of argument The options are stored in the variable |
Havard Rue hrue@math.ntnu.no
1 2 3 4 5 6 | ## set number of threads
inla.setOption("num.threads", 2)
## alternative format
inla.setOption(num.threads=2)
## check it
inla.getOption("num.threads")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.