diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/kinplot.Rd | 4 | ||||
-rw-r--r-- | man/kinreport.Rd | 3 | ||||
-rw-r--r-- | man/kinresplot.Rd | 4 |
3 files changed, 8 insertions, 3 deletions
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}{
|