Learn R Programming

universals (version 0.0.1)

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 {
pars.foobar <- function(x, ...) {
  NotYetImplemented()
  # replace with code to get pars for an object of class 'foobar'
}
# }

Run the code above in your browser using DataLab