R/grid1.R

#' Grid1 Graph from AG-Monien Graph Collection
#'
#' This dataset represents the "grid1" graph sourced from the AG-Monien Graph Collection,
#' a collection of test graphs provided by Ralf Diekmann and Robert Preis.
#' The AG-Monien collection encompasses graphs from various origins, including the Harwell-Boeing collection, NASA matrices, and other graphs.
#'
#' @format list of 3 elements
#' \itemize{
#'   \item \code{xy}: A matrix with the coordinates for each node in the graph.
#'   \item \code{sA}: A sparse matrix representation of the graph's adjacency matrix.
#'   \item \code{dim}: A numeric vector containing the numbers of rows, columns, and numerically nonzero elements in the adjacency matrix.
#' }
#' @source AG-Monien Graph Collection by Ralf Diekmann and Robert Preis.
"grid1"

Try the gasper package in your browser

Any scripts or data that you put into this service are public.

gasper documentation built on Oct. 27, 2023, 1:07 a.m.