Learn R Programming

HRW (version 1.0-5)

brainImage: Brain image

Description

The brainImage data frame corresponds a functional magnetic image of a coronal slice of a human brain. The data are brain activity on a pixel array.

Usage

data(brainImage)

Arguments

Format

This data frame is a 80 by 37 array. The entries correspond to brain activity in each of the corresponding pixels. The columns names are c1-c37. These names have no meaning, and are present to ensure that this data frame conforms with R data frame conventions.

Examples

Run this code
# NOT RUN {
library(HRW) ; data(brainImage) 
image(as.matrix(brainImage))
# }

Run the code above in your browser using DataLab