Description Usage Arguments Details Value Examples
creates index values for ADV data according to temporal windowing 
| 1 | window_adv(data.adv, freq = 32, window.mins = 10)
 | 
| data.adv | a data.frame created with load.ADV | 
| freq | a numeric, in Hz, that represents the input data | 
| window.mins | a numeric of number of minutes desired for outputs | 
a GDopp function for splitting sensor data into temporal segments.
a GDopp data.frame with a column for window.idx.
| 1 2 3 4 5 6 7 | ## Not run: 
folder.nm <- system.file('extdata', package = 'GDopp')
file.nm <- "ALQ102.dat"
data.adv <- load_adv(file.nm=file.nm, folder.nm =folder.nm)
window.adv <- window_adv(data.adv,freq=32,window.mins=10)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.