View source: R/mcmcInternals.R
processEllipsisArgs | R Documentation |
Utility function to retrieve specified elements from a ... argument to pass to another function
processEllipsisArgs(argsToRetrieve, ...)
argsToRetrieve |
Either a function which will used to search |
... |
Set of arguments of which some are to be retrieved in
|
A pairlist (as returned by link[base]{alist}
) containing the
relevant arguments
Joseph D. Chipperfield, joechip90@googlemail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.