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

Try the CINNA package in your browser

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

CINNA documentation built on Aug. 8, 2023, 5:13 p.m.