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).

Details

Value

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

Warning

See Also

CdfEnvAffy-class

Examples

## To be done...

[Package altcdfenvs version 1.12.0 Index]