Learn R Programming

abd (version 0.1-22)

HippocampusLesions: Memory and the Hippocampus

Description

Spatial memory score (memory) and percent lesion of the hippocampus (lesion).

Usage

data(HippocampusLesions)

Arguments

source

Broadbent, N.J., L.R. Squire, and R.E. Clark. 2004. Spatial memory, recognition memory, and the hippocampus. Proceedings of the National Academy of Sciences (USA) 101: 14515-14520.

Examples

Run this code
data(HippocampusLesions)
HippocampusLesions

xyplot(memory ~ lesion, data = HippocampusLesions,
  pch = 16, col = "red")

plot(memory ~ lesion, data = HippocampusLesions,
  pch = 16, col = "red")

Run the code above in your browser using DataLab