Learn R Programming

bmstdr (version 0.8.2)

Weng: A 313 by 313 proximity matrix for the 313 LADCUAS in England. Each entry is either 0 or 1 and is 1 if the corresponding row and column LADCUAs share a common boundary.

Description

A 313 by 313 proximity matrix for the 313 LADCUAS in England. Each entry is either 0 or 1 and is 1 if the corresponding row and column LADCUAs share a common boundary.

Usage

Weng

Arguments

Format

An object of class matrix (inherits from array) with 313 rows and 313 columns.

References

Examples

Run this code
 dim(Weng)
 summary(apply(Weng, 1, sum))

Run the code above in your browser using DataLab