rmfi_replace_in_vector | R Documentation |
This function is a helper for processing the arguments of rmf_execute()
,
rmf_analyze()
and rmf_optimize()
that can be named vectors, a named
lists of functions.
rmfi_replace_in_vector(parnam, parval, new, start = parval)
parnam |
Character vector of parameter names from a PVAL file. |
parval |
Vector of values. Can be numeric as in PVAL file, but also character for e.g. the transformation. |
new |
Named numeric vector, or named list of functions and/or numeric values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.