ecdattr.pairs_polar: Create a list of basic 'ecdattr' objects in polar coordinate

View source: R/ecdattr-pairs-polar-method.R

ecdattr.pairs_polarR Documentation

Create a list of basic ecdattr objects in polar coordinate

Description

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

Usage

ecdattr.pairs_polar(R, theta, cusp = 0, use.mpfr = FALSE)

Arguments

R, theta

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.


ecd documentation built on May 10, 2022, 1:07 a.m.