fakedata | R Documentation |
An artificially generated cross-sectional dataset together with
an accompanying binary connectivity matrix W. The
n=100
units are located on a regular grid and W
is defined according to rook's adjacency definition of contiguity.
The synthetic data can be used to illustrate the functionality
of this package.
data(fakedata)
W
An object of class data.frame
with 100 rows and 8 columns.
An object of class matrix
(inherits from array
) with 100 rows and 100 columns.
The file contains two objects:
fakedataset | a synthetic dataset | |
W | an artificial spatial connectivity matrix | |
data(fakedata)
head(fakedataset)
dim(W)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.