processEllipsisArgs: Process ... Arguments

View source: R/mcmcInternals.R

processEllipsisArgsR Documentation

Process ... Arguments

Description

Utility function to retrieve specified elements from a ... argument to pass to another function

Usage

processEllipsisArgs(argsToRetrieve, ...)

Arguments

argsToRetrieve

Either a function which will used to search ... for its arguments or a character vector that specifies the arguments to retrieve

...

Set of arguments of which some are to be retrieved in argsToRetrieve

Value

A pairlist (as returned by link[base]{alist}) containing the relevant arguments

Author(s)

Joseph D. Chipperfield, joechip90@googlemail.com


joechip90/PaGAn documentation built on April 17, 2025, 4:05 p.m.