| rxMd5 {RxODE} | R Documentation |
This md5 is based on the model and possibly the extra c code supplied for the model. In addition the md5 is based on syntax options, compiled RxODE library md5, and the RxODE version/repository.
rxMd5(model, extraC = NULL, ...)
model |
This is the ODE model specification. It can be:
(see also the |
extraC |
Extra c code to include in the model. This can be
useful to specify functions in the model. These C functions
should usually take |
... |
ignored arguments |
If this is a RxODE object, return a named list:
|
is the model's file's md5 |
|
is the parsed model's file's md5. |
Otherwise return the md5 based on the arguments provided
Matthew L.Fidler