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/twa.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'docs/reference/twa.html') diff --git a/docs/reference/twa.html b/docs/reference/twa.html index 414b372..32fa459 100644 --- a/docs/reference/twa.html +++ b/docs/reference/twa.html @@ -25,12 +25,14 @@ - + + + @@ -75,18 +77,23 @@ the earliest possible time for the maximum in the time series returned is after one window has passed.

-
twa(x, window = 21)
+    
twa(x, window = 21)
 
 # S3 method for one_box
 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

See also

-- cgit v1.2.1