intFun.anom: Anomalies

Description Usage Arguments Value Examples

View source: R/intFun.R

Description

This function computes anomalies.

Usage

1

Arguments

x

An R object

Value

An R object that gives the anomalies

Examples

1
2
3
4
5
6
7
# 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))

amber documentation built on Aug. 28, 2020, 5:08 p.m.