diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 16:33:19 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 16:33:19 +0100 |
commit | a1631098acfc3352e19c331e568bd6f5766b3c3d (patch) | |
tree | 6475ead3d4a0f6e754426d713514b594cefadb73 /R/nlme.mmkin.R | |
parent | 6464d3999338d34c081f360694dbc0bc0abf68cb (diff) |
Merge plot methods for nlme.mmkin and saem.mmkin
This avoids code duplication
Diffstat (limited to 'R/nlme.mmkin.R')
-rw-r--r-- | R/nlme.mmkin.R | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/R/nlme.mmkin.R b/R/nlme.mmkin.R index ca849b85..695c63e9 100644 --- a/R/nlme.mmkin.R +++ b/R/nlme.mmkin.R @@ -6,6 +6,9 @@ # following environment will be in the mkin namespace. .nlme_env <- new.env(parent = emptyenv()) +#' @export +nlme::nlme + #' Retrieve a degradation function from the mmkin namespace #' #' @importFrom utils getFromNamespace |