index2xy {altcdfenvs}R Documentation

Functions to shuttle from indexes to XY coordinates

Description

Functions to shuttle from indexes to XY coordinates.

Usage

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

## To be done...

[Package altcdfenvs version 2.4.0 Index]