#' @name fakedata
#' @title Synthetic Dataset
#'
#' @description An artificially generated cross-sectional dataset together with
#' an accompanying binary connectivity matrix \emph{\strong{W}}. The
#' \eqn{n=100} units are located on a regular grid and \emph{\strong{W}}
#' is defined according to rook's adjacency definition of contiguity.
#' The synthetic data can be used to illustrate the functionality
#' of this package.
#'
#' @usage data(fakedata)
#'
#' @docType data
#'
#' @return The file contains two objects:
#' \tabular{lcl}{
#' \code{fakedataset} \tab \tab a synthetic dataset\cr
#' \code{W} \tab \tab an artificial spatial connectivity matrix\cr
#' }
#'
#' @keywords dataset
#' @examples
#'
#' data(fakedata)
#' head(fakedataset)
#' dim(W)
'fakedataset'
#' @rdname fakedata
'W'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.