Each point pattern is recorded in a unit square region; the unit of measurement is unknown. These data were introduced and analysed by Diggle, Lange and Benes (1991).
data(pyramidal)
pyramidal
is a hyperframe with 31 rows, one row for each
subject. It has a column named
Neurons
containing the point patterns of neuron locations,
and a column named group
which is a factor with levels
"control", "schizoaffective", "schizophrenic"
identifying the grouping of subjects.pyr <- pyramidal
pyr$grp <- abbreviate(pyramidal$group, minlength=7)
plot(pyr, quote(plot(Neurons, pch=16, main=grp)), main="Pyramidal Neurons")
Run the code above in your browser using DataLab