I can send data along, but it is too large for the list:
I am using wmtsa and the function wavCWT

I would like to use the range.scale to only evaluate a subset of
frequencies.

deltat of the time series that I am trying to analyze is 1
d = wavCWT(RM202.ts, range.scale = c(96, 2688))
and I get the error message

Error in wavCWT(RM202.ts, scale.range = c(96, 2688) :
  Minimum scale must be greater than or equal to sampling interval of the
time series

I have tried many other integers in this argument and I can't get anything
to work except deltat(RM202.ts) and 1 which are the same thing.  Is there a
way to specify a different frequency range- it seems to me that 96 is larger
than one.  I must be confusing something.

Stephen



-- 
Let's not spend our time and resources thinking about things that are so
little or so large that all they really do for us is puff us up and make us
feel like gods. We are mammals, and have not exhausted the annoying little
problems of being mammals.

-K. Mullis

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to