aboutsummaryrefslogtreecommitdiff
path: root/man/mkinsub.Rd
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 /man/mkinsub.Rd
parent8c19fc5261dc53dc7880b3f54f8f2adf413de996 (diff)
Add three functions to facilitate the use of nlme
Diffstat (limited to 'man/mkinsub.Rd')
-rw-r--r--man/mkinsub.Rd11
1 files changed, 6 insertions, 5 deletions
diff --git a/man/mkinsub.Rd b/man/mkinsub.Rd
index 6522a37e..81615a00 100644
--- a/man/mkinsub.Rd
+++ b/man/mkinsub.Rd
@@ -40,11 +40,12 @@ SFO_SFO.2 <- mkinmod(
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"))
+ }
}
\author{
Johannes Ranke

Contact - Imprint