aboutsummaryrefslogtreecommitdiff
path: root/R/mkinsub.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-04-04 16:46:37 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-04-04 16:46:37 +0200
commit68f5f5c17e3e1c3f9272b9b663a4d7380433b530 (patch)
treeca0c3837b1144368b67bb86a3192675f10212b97 /R/mkinsub.R
parent8c19fc5261dc53dc7880b3f54f8f2adf413de996 (diff)
Add three functions to facilitate the use of nlme
Diffstat (limited to 'R/mkinsub.R')
-rw-r--r--R/mkinsub.R11
1 files changed, 6 insertions, 5 deletions
diff --git a/R/mkinsub.R b/R/mkinsub.R
index db91ca00..f87c230a 100644
--- a/R/mkinsub.R
+++ b/R/mkinsub.R
@@ -27,11 +27,12 @@
#' parent = mkinsub("SFO", "m1"),
#' m1 = mkinsub("SFO"))
#'
-#' # Now supplying full names
-#' SFO_SFO.2 <- mkinmod(
-#' parent = mkinsub("SFO", "m1", full_name = "Test compound"),
-#' m1 = mkinsub("SFO", full_name = "Metabolite M1"))
-#'
+#' \dontrun{
+#' # Now supplying full names
+#' SFO_SFO.2 <- mkinmod(
+#' parent = mkinsub("SFO", "m1", full_name = "Test compound"),
+#' m1 = mkinsub("SFO", full_name = "Metabolite M1"))
+#' }
#' @export
mkinsub <- function(submodel, to = NULL, sink = TRUE, full_name = NA)
{

Contact - Imprint