arguments {desk}R Documentation

Arguments of a Function

Description

Shows the arguments and their default values of a function.

Usage

arguments(fun, width = options("width")$width)

Arguments

fun

name of the function.

width

optional width for line breaking.

Value

None.

See Also

args.

Examples

arguments(repeat.sample)


[Package desk version 1.1.1 Index]