View source: R/nosoi_sanityChecks-Messages.R
FunctionSanityChecks | R Documentation |
Checks if the function is properly formatted given the user's input and nosoi's requirements.
FunctionSanityChecks(
pFunc,
name,
param.pFunc,
timeDep,
diff,
hostCount,
continuous,
stateNames
)
pFunc |
a function |
name |
the name of the function |
param.pFunc |
a named list of arguments |
timeDep |
is the function differential according to absolute time? (TRUE/FALSE) |
diff |
is the function differential according to state/env.variable? (TRUE/FALSE) |
hostCount |
is the function differential according to host count? (TRUE/FALSE) |
continuous |
is the function to be used in a continuous space? (TRUE/FALSE) |
stateNames |
name of the states (vector) in case of discrete structure. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.