#' All Decomposable Graphical Models on Three Lists
#'
#' This dataset contains all of the cliques and separators for each of the
#' decomposable graphical models on three lists. On three lists, this is all of
#' the models.
#'
#'
#' @name graphs3
#'
#' @usage data(graphs3)
#'
#' @docType data
#' @format A list of lists. graphs3[[i]] is the \code{i}th model under
#' consideration. This consists of graphs3[[i]]$C, all of the cliques in that
#' model, and graphs3[[i]]$S, the separators.
#' @keywords datasets
"graphs3"
#' All Decomposable Graphical Models on Four Lists
#'
#' This dataset contains all of the cliques and separators for each of the
#' decomposable graphical models on four lists.
#'
#'
#' @name graphs4
#'
#' @usage data(graphs4)
#'
#' @docType data
#' @format A list of lists. graphs4[[i]] is the \code{i}th model under
#' consideration. This consists of graphs4[[i]]$C, all of the cliques in that
#' model, and graphs4[[i]]$S, the separators.
#' @keywords datasets
"graphs4"
#' All Decomposable Graphical Models on Five Lists
#'
#' This dataset contains all of the cliques and separators for each of the
#' decomposable graphical models on five lists.
#'
#'
#' @name graphs5
#'
#' @usage data(graphs5)
#'
#' @docType data
#' @format A list of lists. graphs5[[i]] is the \code{i}th model under
#' consideration. This consists of graphs5[[i]]$C, all of the cliques in that
#' model, and graphs5[[i]]$S, the separators.
#' @keywords datasets
"graphs5"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.