define_parameters {packDAMipd}R Documentation

Function to return a list of parameters given

Description

Function to return a list of parameters given

Usage

define_parameters(...)

Arguments

...

any parameters set of name value pairs expected

Details

To return a list of parameters For using with assign_parameters() just list or enumerate the parameters, do not use c() or list() to create a data type list

Value

a list of parameters

Examples

define_parameters(rr = 1)

[Package packDAMipd version 1.1.0 Index]