sim.gmat {spatcounts} | R Documentation |
Simulated spatial adjacency matrix with 100 regions on 10x10 grid, where entry (i,j) is 1 if region i is a neighbor of region j and 0 else.
data(sim.gmat)
A data frame with 100 observations on 100 variables.
data(sim.gmat) ## maybe str(sim.gmat) ; plot(sim.gmat) ...