JudgeModel_func {deFit} | R Documentation |
Judge the model belongs of N-variable and N-order differential equation.
Description
Judge the model belongs of N-variable and N-order differential equation.
Usage
JudgeModel_func(model)
Arguments
model |
The original string users defined. |
Value
c(2,1): Bivariate first-order DE; c(1,2): Univariable second-order DE.
[Package deFit version 0.2.1 Index]