diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 09:27:36 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 09:27:36 +0100 |
commit | 74ed85b07f09ea99476208749cd274a476ba4536 (patch) | |
tree | 4e033b5a87651fdb2a2f1dd3135f8f0f70ba0393 /docs | |
parent | a6d61c06d573574cf574ed893cc13808a9e8b785 (diff) |
Documentation updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/reference/sawtooth.html | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index b96dfc5..db22eb0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -46,7 +46,7 @@ <div id="pfm" class="section level1"> <div class="page-header"><h1 class="hasAnchor"> <a href="#pfm" class="anchor"> </a>pfm</h1></div> -<p>The R package <strong>pfm</strong> provides some utilities for dealing with FOCUS pesticide fate modelling tools, (currently only TOXSWA cwa and out files), made available under the GNU public license. This means:</p> +<p>The R package <strong>pfm</strong> provides some utilities for fate modelling, including dealing with FOCUS pesticide fate modelling tools, (currently only TOXSWA cwa and out files), made available under the GNU public license. This means:</p> <div class="sourceCode"><pre class="sourceCode R"><code class="sourceCode r">This program is free software:<span class="st"> </span>you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version <span class="dv">3</span> of the License, <span class="kw">or</span> (at your option) any later diff --git a/docs/reference/sawtooth.html b/docs/reference/sawtooth.html index cd3c0dc..cf33630 100644 --- a/docs/reference/sawtooth.html +++ b/docs/reference/sawtooth.html @@ -83,14 +83,13 @@ times, with an interval <code>i</code>.</p> <dt>x</dt> <dd>A <code><a href='one_box.html'>one_box</a></code> object</dd> <dt>n</dt> - <dd>The number of applications. If <code>applications</code> is specified, <code>n</code> is not used</dd> + <dd>The number of applications. If <code>applications</code> is specified, <code>n</code> is ignored</dd> <dt>i</dt> <dd>The interval between applications. If <code>applications</code> is specified, <code>i</code> -is not used</dd> +is ignored</dd> <dt>applications</dt> <dd>A data frame holding the application times in the first column and -the corresponding amounts applied in the second column for each application cycle. -If <code>n</code> is one, the application pattern specified here is used only once.</dd> +the corresponding amounts applied in the second column.</dd> </dl> |