diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-11-27 09:58:14 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-11-27 09:58:14 +0000 |
commit | bad43dce770b610ef3398a04ecc5a3c1dc4dcc00 (patch) | |
tree | 0f98657cc35680acda27e935a2562888f612383c /man | |
parent | 4e791358857a17940ea9adc51b1c8119a0af8e09 (diff) |
Improve formatting in three help files to avoid a NOTE in the package check.
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/kinfit@166 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
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}{
|