From d518c4cfa22994db5ba81a6b01c6cb4c4186872e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 15 Apr 2020 20:42:29 +0200 Subject: Adapt endpoint() to also work for nlme.mmkin objects --- man/endpoints.Rd | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'man/endpoints.Rd') diff --git a/man/endpoints.Rd b/man/endpoints.Rd index be180737..26b5ee08 100644 --- a/man/endpoints.Rd +++ b/man/endpoints.Rd @@ -8,10 +8,14 @@ with mkinfit} endpoints(fit) } \arguments{ -\item{fit}{An object of class \code{\link{mkinfit}}.} +\item{fit}{An object of class \code{\link{mkinfit}} or +\code{\link{nlme.mmkin}}} } \value{ -A list with the components mentioned above. +A list with a matrix of dissipation times named distimes, + and, if applicable, a vector of formation fractions named ff + and, if the SFORB model was in use, a vector of eigenvalues + of these SFORB models, equivalent to DFOP rate constants } \description{ This function calculates DT50 and DT90 values as well as formation fractions @@ -27,6 +31,10 @@ The function is used internally by \code{\link{summary.mkinfit}}. fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) endpoints(fit) + \dontrun{ + fit_2 <- mkinfit("SFORB", FOCUS_2006_C, quiet = TRUE) + endpoints(fit_2) + } } \author{ -- cgit v1.2.1