Learn R Programming

SubgrpID (version 0.12)

make.arg.list: make.arg.list

Description

Create a list of variables corresponding to the arguments of the function func.name and assigns values.

Usage

make.arg.list(func.name)

Value

list of variables corresponding to the arguments of the function

Arguments

func.name

function name

Details

Create a list of variables corresponding to the arguments of the function func.name and assigns values.