errcheck_stdat {wsyn}R Documentation

Error check for appropriate spatio-temporal data

Description

Error checking whether a times vector and a matrix with each row a time series make a legitimate spatio-temporal data set for wavelet analysis

Usage

errcheck_stdat(times, dat, callfunc)

Arguments

times

the times of measurement, spacing 1

dat

each row is a time series - must have at least two rows

callfunc

the function calling this one, for error tracking

Value

errcheck_stdat returns nothing but throws and error if inputs not appropriate

Author(s)

Daniel Reuman, reuman@ku.edu


[Package wsyn version 1.0.4 Index]