diff options
Diffstat (limited to 'R/illparms.R')
-rw-r--r-- | R/illparms.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/illparms.R b/R/illparms.R index 003c6db1..b2d510dc 100644 --- a/R/illparms.R +++ b/R/illparms.R @@ -23,7 +23,7 @@ #' @return For [mkinfit] or [saem] objects, a character vector of parameter #' names. For [mmkin] or [mhmkin] objects, a matrix like object of class #' 'illparms.mmkin' or 'illparms.mhmkin'. -#' @note All objects have printing methods. For the single fits, printing +#' @note All return objects have printing methods. For the single fits, printing #' does not output anything in the case no ill-defined parameters are found. #' @export illparms <- function(object, ...) |