imxAutoOptionValue | R Documentation |
Convert "Auto" placeholders in global mxOptions to actual default values.
imxAutoOptionValue(optionName, optionList = options()$mxOption)
optionName |
Character string naming the mxOption for which a numeric or integer value is wanted. |
optionList |
List of options; defaults to list of global mxOptions. imxAutoOptionValue |
This is an internal function exported for documentation purposes. Its primary purpose is to convert the on-load value of "Auto"to valid values for mxOptions ‘Gradient step size’, ‘Gradient iterations’, and ‘Function precision’–respectively, 1.0e-7, 1L, and 1e-14.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.