powered by
Coerces an R object to a term-vector().
term-vector()
as_term(x, ...)as.term(x, ...)# S3 method for character as_term(x, repair = FALSE, normalize = repair, ...)# S3 method for numeric as_term(x, name = "par", ...)
as.term(x, ...)
# S3 method for character as_term(x, repair = FALSE, normalize = repair, ...)
# S3 method for numeric as_term(x, name = "par", ...)
The object.
Unused.
A flag specifying whether to repair terms.
A flag specifying whether to normalize terms.
A string specifying the name of the parameter.
as_term(character): Coerce character vector to term vector
as_term(character)
as_term(numeric): Coerce numeric object to term vector
as_term(numeric)
as.term has been for as_term.
as.term
as_term
term-vector() and repair_terms()
repair_terms()
as_term(matrix(1:4, 2)) as_term(c("parm3[10]", "parm3[2]", "parm[2,2]", "parm[1,1]"))
Run the code above in your browser using DataLab