str2fun_theta {resde} | R Documentation |
Normally not called by the user directly, used by sdefit()
.
Converts an expression, in a character string, to a function.
str2fun_theta(s)
s |
String representation of a function of |
Function of x
and theta
, theta
being a named vector or list of parameters.
str2fun_theta("x^c / a")