Learn R Programming

altcdfenvs (version 2.34.0)

index2xy: 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

Run this code
## To be done...

Run the code above in your browser using DataLab