diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-12-09 15:21:11 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-12-09 15:21:11 +0100 |
commit | 7ea467e0e0ba5bf51540b26e197869a58ed1a092 (patch) | |
tree | 1b878990277173ae48243e9bf4cfd6ea53b8f72e | |
parent | 51535c943d2846bc73ad69a11909aac606996b7d (diff) |
Consistently use "two-component error model"
instead of "two component error model"
-rw-r--r-- | R/sigma_twocomp.R | 2 | ||||
-rw-r--r-- | docs/reference/index.html | 2 | ||||
-rw-r--r-- | docs/reference/sigma_twocomp.html | 8 | ||||
-rw-r--r-- | man/sigma_twocomp.Rd | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/R/sigma_twocomp.R b/R/sigma_twocomp.R index c9a15aa8..1e012d15 100644 --- a/R/sigma_twocomp.R +++ b/R/sigma_twocomp.R @@ -1,4 +1,4 @@ -#' Two component error model +#' Two-component error model #' #' Function describing the standard deviation of the measurement error in #' dependence of the measured value \eqn{y}: diff --git a/docs/reference/index.html b/docs/reference/index.html index 3d417267..73dfbe4c 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -444,7 +444,7 @@ kinetic models fitted with mkinfit</p></td> <td> <p><code><a href="sigma_twocomp.html">sigma_twocomp()</a></code> </p> </td> - <td><p>Two component error model</p></td> + <td><p>Two-component error model</p></td> </tr><tr> <td> diff --git a/docs/reference/sigma_twocomp.html b/docs/reference/sigma_twocomp.html index d95e1c28..1795e6c3 100644 --- a/docs/reference/sigma_twocomp.html +++ b/docs/reference/sigma_twocomp.html @@ -6,7 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<title>Two component error model — sigma_twocomp • mkin</title> +<title>Two-component error model — sigma_twocomp • mkin</title> <!-- jquery --> @@ -35,7 +35,7 @@ -<meta property="og:title" content="Two component error model — sigma_twocomp" /> +<meta property="og:title" content="Two-component error model — sigma_twocomp" /> <meta property="og:description" content="Function describing the standard deviation of the measurement error in dependence of the measured value \(y\):" /> <meta name="twitter:card" content="summary" /> @@ -70,7 +70,7 @@ dependence of the measured value \(y\):" /> </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">mkin</a> - <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.49.6</span> + <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.49.8</span> </span> </div> @@ -128,7 +128,7 @@ dependence of the measured value \(y\):" /> <div class="row"> <div class="col-md-9 contents"> <div class="page-header"> - <h1>Two component error model</h1> + <h1>Two-component error model</h1> <div class="hidden name"><code>sigma_twocomp.Rd</code></div> </div> diff --git a/man/sigma_twocomp.Rd b/man/sigma_twocomp.Rd index 3e7854f1..0004144f 100644 --- a/man/sigma_twocomp.Rd +++ b/man/sigma_twocomp.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/sigma_twocomp.R \name{sigma_twocomp} \alias{sigma_twocomp} -\title{Two component error model} +\title{Two-component error model} \usage{ sigma_twocomp(y, sigma_low, rsd_high) } |