g.getM5L5: Extract M5 and L5 from time series

Description Usage Arguments Value Author(s) Examples

View source: R/g.getM5L5.R

Description

Extract M5 and L5 from time series, function used by g.analyse and not intended for direct use by package user. Please see g.analyse for further clarification on functionalities

Usage

1
g.getM5L5(varnum,ws3,t0_LFMF,t1_LFMF,M5L5res,winhr)	

Arguments

varnum

Numeric vector of epoch values

ws3

Small epoch size in seconds

t0_LFMF

Start hour of the day for the M5L5 analyses, e.g. 0 for midniht

t1_LFMF

End hour of the day for the M5L5 analyses, e.g. 24 for midniht

M5L5res

Resolution of hte M5L5 analyses in minutes

winhr

windowsize of M5L5 analyses, e.g. 5 hours

Value

Author(s)

Vincent T van Hees <vincentvanhees@gmail.com>

Examples

1
2
data(data.getmeta)
g.getM5L5 = function(varnum=data.getmeta,ws3=5,t0_LFMF=0,t1_LFMF=24,M5L5res=10,winhr=5)

PeteJWatson/ggircal documentation built on Nov. 24, 2021, 11:14 a.m.