search for: gwneg

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

Did you mean: gwnet
2006 Sep 15
1
"ccf versus acf"
...tion values. How should I adjust the code to produce a plot that provides the cross-correlation values? Here is my code: w002dat <- read.csv("w054_1128958_08NM174.csv", header=TRUE) w002dat$date <- as.Date(w002dat$date,"%m/%d/%Y") attach(w002dat) w002ccfhdgw <- ccf((gwneg), (hydro), lag.max = 400, type = c("correlation"), plot = TRUE, na.action = na.exclude) Thank you Arelia [[alternative HTML version deleted]]