sim.gmat {spatcounts}R Documentation

Spatial adjacency matrix

Description

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.

Usage

data(sim.gmat)

Format

A data frame with 100 observations on 100 variables.

Examples

data(sim.gmat)
## maybe str(sim.gmat) ; plot(sim.gmat) ...

[Package spatcounts version 1.0 Index]