Description Usage Arguments Value See Also Examples
Functions to shuttle from indexes to XY coordinates.
1 2 3 4 5  | index2xy(object, ...)
xy2index(object, ...)
index2xy.CdfEnvAffy(object, i)
xy2index.CdfEnvAffy(object, x, y)
 | 
object | 
 An object of class   | 
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).
1  | ## To be done...
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.