interval: Interval set data

Description Usage Arguments Details Value Author(s) Examples

View source: R/interval.R

Description

An structure of interval set

Usage

1

Arguments

min

One vector with the inferior bounds for all the intervals in the set

max

One vector with the superior bounds for all the intervals in the set

Details

It's important that the min and max bound is in the same order in those vectors to describe the desired intervals

Value

An interval set data

Author(s)

Ricardo Jorge de Almeida Queiroz Filho <rjaqfcin@gmail.com>, Roberta Andrade de Araujo Fagundes <raaf@cin.ufpe.br>

Examples

1
2
3
xmin = c(1.3,2.4,3.5,2.5,2.1)
xmax = c(2.5,5.2,6.3,5.2,5.6)
interval(xmin,xmax)

ISDA.R documentation built on May 31, 2017, 5:18 a.m.