aboutsummaryrefslogtreecommitdiff
path: root/R/tffm0.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/tffm0.R')
-rw-r--r--R/tffm0.R6
1 files changed, 4 insertions, 2 deletions
diff --git a/R/tffm0.R b/R/tffm0.R
index 25787962..bb5f4cf5 100644
--- a/R/tffm0.R
+++ b/R/tffm0.R
@@ -13,7 +13,8 @@
#'
#' @param ff Vector of untransformed formation fractions. The sum
#' must be smaller or equal to one
-#' @param ff_trans
+#' @param ff_trans Vector of transformed formation fractions that can be
+#' restricted to the interval from 0 to 1
#' @return A vector of the transformed formation fractions
#' @export
#' @examples
@@ -33,7 +34,8 @@ tffm0 <- function(ff) {
return(res)
}
#' @rdname tffm0
-#' @return
+#' @export
+#' @return A vector of backtransformed formation fractions for natural use in degradation models
invtffm0 <- function(ff_trans) {
n <- length(ff_trans)
res <- numeric(n)

Contact - Imprint