search for: bbts

Displaying 1 result from an estimated 1 matches for "bbts".

Did you mean: bts
2008 Dec 09
1
package "wmtsa": wavCWTPeaks error (PR#13381)
...e (aa.cwt, type="minima") aa.maxpeak <- wavCWTPeaks (aa.maxtree) aa.minpeak <- wavCWTPeaks (aa.mintree) Error in `row.names<-.data.frame`(`*tmp*`, value = c("1", "0")) : invalid 'row.names' length bb <- -aa #EXCHANGE MAXIMA WITH MINIMA bbts <- create.signalSeries(bb, pos=list(from=0.0, by=0.033)) plot (bbts,main=paste(insig," Cycle: ",j,sep="")) plot (bbts,main=paste(insig," Cycle: ",j,sep="")) bb.cwt <- wavCWT(bbts) bb.maxtree <- wavCWTTree (bb.cwt, type="maxima") bb.mintree...