Description Usage Format Source Examples
Spatial memory score (memory
) and percent lesion of the hippocampus (lesion
).
1 |
A data frame with 57 observations on the following 2 variables.
lesion
a numeric vector
memory
a numeric vector
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.
1 2 3 4 5 6 7 8 | data(HippocampusLesions)
HippocampusLesions
xyplot(memory ~ lesion, data = HippocampusLesions,
pch = 16, col = "red")
plot(memory ~ lesion, data = HippocampusLesions,
pch = 16, col = "red")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.