diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-17 18:14:32 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-17 18:23:31 +0100 |
commit | f3f415520c89f9d8526bf6fadc862ebd44be220d (patch) | |
tree | e80d26e3b4f56ebe872888bed8f01a21d49b7ff4 /man/mkinsub.Rd | |
parent | f52fffd9eab13b7902bf767dd9cd7f0e7abf8069 (diff) |
Remove trailing whitespace, clean headers
Also ignore test.R in the top level directory, as it is not meant to
be public
Diffstat (limited to 'man/mkinsub.Rd')
-rw-r--r-- | man/mkinsub.Rd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/mkinsub.Rd b/man/mkinsub.Rd index 352c4097..84e38e21 100644 --- a/man/mkinsub.Rd +++ b/man/mkinsub.Rd @@ -4,7 +4,7 @@ Function to set up a kinetic submodel for one state variable } \description{ - This is a convenience function to set up the lists used as arguments for + This is a convenience function to set up the lists used as arguments for \code{\link{mkinmod}}. } \usage{ @@ -12,15 +12,15 @@ mkinsub(submodel, to = NULL, sink = TRUE, full_name = NA) } \arguments{ \item{submodel}{ - Character vector of length one to specify the submodel type. See + Character vector of length one to specify the submodel type. See \code{\link{mkinmod}} for the list of allowed submodel names. } \item{to}{ - Vector of the names of the state variable to which a transformation + Vector of the names of the state variable to which a transformation shall be included in the model. } \item{sink}{ - Should a pathway to sink be included in the model in addition to the + Should a pathway to sink be included in the model in addition to the pathways to other state variables? } \item{full_name}{ |