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/max_twa.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'docs/reference/max_twa.html') diff --git a/docs/reference/max_twa.html b/docs/reference/max_twa.html index f78da58..431bbd7 100644 --- a/docs/reference/max_twa.html +++ b/docs/reference/max_twa.html @@ -25,12 +25,14 @@ - + + + @@ -77,15 +79,20 @@ for finding the maximum. It is therefore recommended to check this using max_twa.

-
max_twa(x, window = 21)
+
max_twa(x, window = 21)

Arguments

-
-
x
-
An object of type one_box
-
window
-
The size of the moving window
-
+ + + + + + + + + + +
x

An object of type one_box

window

The size of the moving window

Details

-- cgit v1.2.1