View source: R/searchReplace.R
searchReplace | R Documentation |
Search within a model to replace part of the model
searchReplace(object, find, replace)
searchReplaceHelper(object, find, replace)
object |
function specifying the nlmixr2 model |
find , replace |
Character scalars of parts of the model to replace |
object
with find
replaced with replace
searchReplaceHelper()
: A helper function for searchReplace (not intended
for users to use directly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.