data.bin: Data Binning

Description Usage Arguments Details Value

View source: R/forecast.R

Description

Bucketizes the two main data sets (injection inj and seismicity seism) in time intervals tint.

Usage

1
data.bin(seism, inj, tint)

Arguments

seism

an earthquake catalogue data frame of parameters:

  • t the occurrence time (in decimal days)

  • m the magnitude

inj

matching injection profile data frame of parameters:

  • t the occurrence time (in decimal days)

  • dV the injected volume (in cubic metres)

  • V the cumulative injected volume (in cubic metres)

tint

time intervals of constant length tbin (in decimal days)

Details

Time t represents the centre of each bin of the time intervals tint.

Value

A list of 2 data frames binned in time:


amignan/rseismTLS documentation built on July 4, 2020, 1:04 p.m.