errcheck_tsvreq {tsvr} | R Documentation |
tsvreq
class.Error check inputs for the creator function for the tsvreq
class.
errcheck_tsvreq(ts, com, comnull, tsvr, wts)
ts |
Timescales, should be a numeric vector of nonnegative numbers |
com |
Should be a vector of nonnegative numbers, equal to |
comnull |
Should be a vector of nonnegative numbers |
tsvr |
Should be a vector of nonnegative numbers |
wts |
Should be a vector of nonnegative numbers |
errcheck_tsvreq
returns nothing but throws and error if the inputs do not
meet the requirements of a tsvreq
object
Daniel Reuman, reuman@ku.edu