index2xy {altcdfenvs} | R Documentation |
Functions to shuttle from indexes to XY coordinates.
index2xy(object, ...) xy2index(object, ...) index2xy.CdfEnvAffy(object, i) xy2index.CdfEnvAffy(object, x, y)
object |
An object of class CdfEnvAffy . |
i |
A vector of indexes. |
x, y |
Vectors of X and Y coordinates. |
... |
Optional parameters (not used). |
A vector of integers (for xy2index
methods), or a matrix of two
columns (for index2xy
methods).
## To be done...