From 36036b5901223591e7e21e8b73d8cd1fb034f4cb Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Tue, 16 May 2017 15:43:50 +0200
Subject: Finish the Step 1 calculator including tests
Some cleaning up. PELMO facilities do not currently work at my end,
as I have no working wine installation on this computer
---
docs/reference/sawtooth.html | 39 +++++++++++++++++++++++++--------------
1 file changed, 25 insertions(+), 14 deletions(-)
(limited to 'docs/reference/sawtooth.html')
diff --git a/docs/reference/sawtooth.html b/docs/reference/sawtooth.html
index be43745..0d5c9a9 100644
--- a/docs/reference/sawtooth.html
+++ b/docs/reference/sawtooth.html
@@ -25,12 +25,14 @@
-
+
+
+
@@ -75,22 +77,31 @@ application pattern specified in applications is repeated n
times, with an interval i.
- sawtooth(x, n = 1, i = 365, applications = data.frame(time = seq(0, 0 + n
+ sawtooth(x, n = 1, i = 365, applications = data.frame(time = seq(0, 0 + n
* i, length.out = n), amount = 1))
Arguments
-
- - x
- - A
one_box object
- - n
- - The number of applications. If
applications is specified, n is ignored
- - i
- - The interval between applications. If
applications is specified, i
-is ignored
- - applications
- - A data frame holding the application times in the first column and
-the corresponding amounts applied in the second column.
-
+
+
+
+ | x |
+ A one_box object |
+
+
+ | n |
+ The number of applications. If applications is specified, n is ignored |
+
+
+ | i |
+ The interval between applications. If applications is specified, i
+is ignored |
+
+
+ | applications |
+ A data frame holding the application times in the first column and
+the corresponding amounts applied in the second column. |
+
+
Examples
--
cgit v1.2.3