simmatrix {fpc} | R Documentation |
Extracts the information about the size of the intersections
between representative
Fixed Point Clusters (FPCs) of stable groups from the output of
the FPC-functions fixreg
and fixmahal
.
simmatrix(fpcobj)
fpcobj |
an object of class rfpc or mfpc . |
A non-negative real-valued vector giving the number of points in the intersections of the representative FPCs of stable groups.
The intersection between representative FPCs no. i
and
j
is at position sseg(i,j)
.
Christian Hennig hennig@math.uni-hamburg.de http://www.math.uni-hamburg.de/home/hennig/
set.seed(1000) data(tonedata) # Note: If you do not use the installed package, replace this by # tonedata <- read.table("(path/)tonedata.txt", header=TRUE) attach(tonedata) tonefix <- fixreg(stretchratio,tuned) simmatrix(tonefix)[sseg(2,3)]