diff options
-rw-r--r-- | DESCRIPTION | 2 | ||||
-rw-r--r-- | man/kinplot.Rd | 4 | ||||
-rw-r--r-- | man/kinreport.Rd | 3 | ||||
-rw-r--r-- | man/kinresplot.Rd | 4 |
4 files changed, 9 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 6567080..5e5547a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: kinfit Type: Package
Title: Routines for fitting kinetic models to chemical degradation data
Version: 1.1.12
-Date: 2013-10-22
+Date: 2013-11-27
Author: Johannes Ranke, with contributions from Katrin Lindenberger
Maintainer: Johannes Ranke <jranke@uni-bremen.de>
Description: Simple calculation routines based on the FOCUS Kinetics
diff --git a/man/kinplot.Rd b/man/kinplot.Rd index eb6363a..d7ba595 100644 --- a/man/kinplot.Rd +++ b/man/kinplot.Rd @@ -8,7 +8,9 @@ Creates a plot of the kinetic fits Function to create a plot for a set of fitted models
}
\usage{
-kinplot(kinobject, main = "", xlab = "Time [days]", ylab = "Parent [\% of applied radioactivity]", ylim = c("auto", "auto"), lpos = "topright")
+kinplot(kinobject, main = "",
+ xlab = "Time [days]", ylab = "Parent [\% of applied radioactivity]",
+ ylim = c("auto", "auto"), lpos = "topright")
}
\arguments{
\item{kinobject}{
diff --git a/man/kinreport.Rd b/man/kinreport.Rd index f1b8111..5c7a59a 100644 --- a/man/kinreport.Rd +++ b/man/kinreport.Rd @@ -9,7 +9,8 @@ Function to create a report for a set of fitted models, passing it to the console as well as to a file, if specified.
}
\usage{
-kinreport(kinobject, file = NA, data = TRUE, R2 = FALSE, vcov = FALSE, endpoint.digits = 1)
+kinreport(kinobject, file = NA, data = TRUE, R2 = FALSE,
+ vcov = FALSE, endpoint.digits = 1)
}
\arguments{
\item{kinobject}{
diff --git a/man/kinresplot.Rd b/man/kinresplot.Rd index fcf0561..d6752b6 100644 --- a/man/kinresplot.Rd +++ b/man/kinresplot.Rd @@ -8,7 +8,9 @@ Creates a plot of the residual for specified kinetic fits Function to create a residual plot for a specified fitted model
}
\usage{
- kinresplot(kinobject, kinmodel, xlab = "Time [days]", ylab = "Residual [\% of applied radioactivity]", maxabs = "auto")
+ kinresplot(kinobject, kinmodel,
+ xlab = "Time [days]", ylab = "Residual [\% of applied radioactivity]",
+ maxabs = "auto")
}
\arguments{
\item{kinobject}{
|