powered by
Gets the parameter names.
pars(x, ...)
An object.
Other arguments passed to methods.
A character vector of the names of the parameters.
Other parameters: npars(), set_pars()
npars()
set_pars()
# 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