Learn R Programming

ecd (version 0.6.4)

ecdattr.pairs: Create a list of basic ecdattr objects

Description

The list is created by the Cartesian product between alpha and gamma. This contains the data points of a rectangular area defined by alpha,gamma. If cusp is 1, data points are on the critical line specified by alpha.

Usage

ecdattr.pairs(alpha, gamma, cusp = 0, use.mpfr = FALSE)

Arguments

alpha, gamma
numeric vectors
cusp
numeric, representing type of cusp. Only 0 (default) and 1 are allowed.
use.mpfr
logical, whether to use mpfr for ecd object, default is FALSE.

Value

a list of basic ecdattr objects.