search for: prep1wig

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

2008 May 08
0
RSEIS could you help
...nk is a signal composed of all of the traces, and if I look at the results of prepSEIS it has compressed (I think) all of the signals to one. x <- read.csv("testDO.csv", header=T) x.ts <- ts(x, deltat=4/60) a <-x.ts[,1] b <- x.ts[,2] c <- x.ts[,3] d <- x.ts[,4] GG <- prep1wig(wig = c(a, b, c, d), sta=c("RM215", "RM202", "RM198", "RM190", comp="DO", units="mg/L")) # I have also tried this without breaking it up into individual data frames xx <- prepREIS(GG) plot(x.ts) is what I want to go into PICK.GEN Any...