window_adv: window ADV data

Description Usage Arguments Details Value Examples

Description

creates index values for ADV data according to temporal windowing

Usage

1
window_adv(data.adv, freq = 32, window.mins = 10)

Arguments

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

Details

a GDopp function for splitting sensor data into temporal segments.

Value

a GDopp data.frame with a column for window.idx.

Examples

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)

USGS-R/GDopp documentation built on May 9, 2019, 6:09 p.m.