Anomalies
This function computes anomalies.
intFun.anom(x)
x |
An R object |
An R object that gives the anomalies
# make some data month <- seq(1,12,1) month <- rep(month,10) mod <- runif(length(month), 0,100) mod <- data.frame(month, mod) # compute anomalies mod.anom <- data.frame(apply(mod[2], 2, intFun.anom))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.