aboutsummaryrefslogtreecommitdiff
path: root/R/nlme.mmkin.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-10-24 00:32:00 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-10-24 00:32:00 +0200
commitdd80ab5d64bc6b56587b0542dc95e965a3a25590 (patch)
tree5d7f1b1ff464a9cb9401e6a32be5485adaae7118 /R/nlme.mmkin.R
parentba806b0255821d5e508d82c7bf7dc68cc3c8328c (diff)
Plot method for nlme.mmkin objects
Update docs
Diffstat (limited to 'R/nlme.mmkin.R')
-rw-r--r--R/nlme.mmkin.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/nlme.mmkin.R b/R/nlme.mmkin.R
index c8a99d59..d4720e79 100644
--- a/R/nlme.mmkin.R
+++ b/R/nlme.mmkin.R
@@ -196,6 +196,8 @@ nlme.mmkin <- function(model, data = sys.frame(sys.parent()),
val <- do.call("nlme.formula", thisCall)
val$mmkin_orig <- model
+ val$data <- thisCall[["data"]]
+ val$mkinmod <- model[[1]]$mkinmod
class(val) <- c("nlme.mmkin", "nlme", "lme")
return(val)
}

Contact - Imprint