diff options
Diffstat (limited to 'docs/reference/sawtooth.html')
-rw-r--r-- | docs/reference/sawtooth.html | 7 |
1 files changed, 3 insertions, 4 deletions
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> |