Learn R Programming

universals (version 0.0.3)

pars: Parameter Names

Description

Gets the parameter names.

Usage

pars(x, ...)

Arguments

x

An object.

...

Other arguments passed to methods.

Value

A character vector of the names of the parameters.

See Also

Other parameters: npars(), set_pars()

Examples

Run this code
# NOT RUN {
library(nlist)

pars(nlist(zz = 1, y = 3:6))
# }

Run the code above in your browser using DataLab