cnst {tcplfit2} | R Documentation |
Constant Model
Description
f(x) = 0
Usage
cnst(ps, x)
Arguments
ps |
Vector of parameters (ignored) |
x |
Vector of concentrations (regular units) |
Value
Vector of model responses
Examples
cnst(1,1)
[Package tcplfit2 version 0.1.6 Index]