gridinws {AIGIS}R Documentation

A list of index-weight matrices for the grid and California block groups

Description

A list of 2871 elements corresponding to 1/8 degree gridcells in California. Each element of the list is a matrix that contains the block group indices and weights (fraction of area overlap) for one gridcell, in form that can be input to dp.interp. The cells themselves are stored in gridgpc.

Usage

data(gridinws)

Format

Each element of the list is a matrix, each row of which corresponds to a block group, with the first column giving the block group identifier, and the second giving the area fraction of that block group contained inside the gridcell gridgpc[[1]][[i]].

Examples

data(gridinws)

[Package AIGIS version 1.0 Index]