diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-17 18:14:32 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-17 18:23:31 +0100 |
commit | f3f415520c89f9d8526bf6fadc862ebd44be220d (patch) | |
tree | e80d26e3b4f56ebe872888bed8f01a21d49b7ff4 /man/add_err.Rd | |
parent | f52fffd9eab13b7902bf767dd9cd7f0e7abf8069 (diff) |
Remove trailing whitespace, clean headers
Also ignore test.R in the top level directory, as it is not meant to
be public
Diffstat (limited to 'man/add_err.Rd')
-rw-r--r-- | man/add_err.Rd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/add_err.Rd b/man/add_err.Rd index a0068b59..808edbc6 100644 --- a/man/add_err.Rd +++ b/man/add_err.Rd @@ -10,7 +10,7 @@ } \usage{ add_err(prediction, sdfunc, - n = 1000, LOD = 0.1, reps = 2, + n = 1000, LOD = 0.1, reps = 2, digits = 1, seed = NA) } \arguments{ @@ -36,13 +36,13 @@ The number of digits to which the values will be rounded. } \item{seed}{ - The seed used for the generation of random numbers. If NA, the seed + The seed used for the generation of random numbers. If NA, the seed is not set. } } \value{ A list of datasets compatible with \code{\link{mmkin}}, i.e. - the components of the list are datasets compatible with + the components of the list are datasets compatible with \code{\link{mkinfit}}. } \references{ @@ -80,7 +80,7 @@ names(d_SFO_SFO_err) <- paste("Dataset", 1:3) # Be quiet and use the faster Levenberg-Marquardt algorithm, as the datasets # are easy and examples are run often. Use only one core not to offend CRAN # checks -f_SFO_SFO <- mmkin(list("SFO-SFO" = m_SFO_SFO), +f_SFO_SFO <- mmkin(list("SFO-SFO" = m_SFO_SFO), d_SFO_SFO_err, cores = 1, quiet = TRUE, method.modFit = "Marq") |