R/Cortex.R

#' @title Macaque Visual Cortex Network
#'
#' @description A graph describing the macaque visual cortex network.
#' Nodes are neocortical areas, 25 of them are participated in visual function in the macaque,
#' and 7 of which are associated with them
#' @name cortex
#' @docType data
#' @usage data("cortex")
#' @format an igraph object with "gml" format
#' @references D.J. Felleman and D.C. van Essen, "Distributed hierarchical processing in the primate cerebral cortex." Cerebral Cortex 1(1), 1-47 (1991).
#' @keywords datasets
#' @examples
#' data("cortex")
#' print(cortex)
NULL
jafarilab/CINNA documentation built on Aug. 19, 2023, 4:49 p.m.