index2xy: Functions to shuttle from indexes to XY coordinates

Description Usage Arguments Value See Also Examples

Description

Functions to shuttle from indexes to XY coordinates.

Usage

1
2
3
4
5
index2xy(object, ...)
xy2index(object, ...)
index2xy.CdfEnvAffy(object, i)

xy2index.CdfEnvAffy(object, x, y)

Arguments

object

An object of class CdfEnvAffy.

i

A vector of indexes.

x, y

Vectors of X and Y coordinates.

...

Optional parameters (not used).

Value

A vector of integers (for xy2index methods), or a matrix of two columns (for index2xy methods).

See Also

CdfEnvAffy-class

Examples

1
## To be done...

altcdfenvs documentation built on Nov. 8, 2020, 7:12 p.m.