This function defines objects to analyse data sets associated with complete regular grid.
gridrowcol(nrow, ncol, cell.names =NULL)
Arguments
nrow: size of the grid (number of rows)
ncol: size of the grid (number of columns)
cell.names: grid cell labels
Returns
Returns a list containing the following items : - xy: : a data frame with grid cell coordinates
area: : a data frame with three variables to display grid cells as areas
neig: : an object of class 'neig' corresponding to a neighbouring graph of the grid (rook case)
orthobasis: : an object of class 'orthobasis' corresponding to the analytical solution for the neighbouring graph
References
Méot, A., Chessel, D. and Sabatier, D. (1993) Opérateurs de voisinage et analyse des données spatio-temporelles. in J.D. Lebreton and B. Asselain, editors. Biométrie et environnement. Masson, 45-72.
Cornillon, P.A. (1998) Prise en compte de proximités en analyse factorielle et comparative. Thèse, Ecole Nationale Supérieure Agronomique, Montpellier.