R/pars.R
pars.default.Rd
Gets the parameter names.
# Default S3 method pars(x, scalar = NULL, ...)
An object.
A flag specifying whether to by default return all parameters (NULL), or only scalar parameters (TRUE) or only non-scalar parameters (FALSE).
Other arguments passed to methods.
A character vector of the names of the parameters.
universals::pars
Other parameters: pars.character(), pars.term(), pars.term_rcrd(), pars_terms()
pars.character()
pars.term()
pars.term_rcrd()
pars_terms()
pars(matrix(1:4, nrow = 2)) #> [1] "par"