Learn R Programming

ecd (version 0.9.2.4)

ecdattr.pairs_polar: 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.