The naming rxode2 itself uses, exported so a package that captures a model
expression with substitute() names models the same way rxode2 does. A
symbol keeps its name, a call is named by its rxModelName() method, and an
expression that names nothing falls back to rxModelNameLhs().
Usage
rxModelNameFromExpr(expr, envir = parent.frame())Arguments
- expr
expression naming the model, usually from
substitute()- envir
environment the expression came from, used to dispatch and evaluate its arguments
See also
Other Model names:
rxModelName(),
rxModelNameLhs()
