Extracting intersections between clusters from fpc-object
simmatrix(fpcobj)
fpcobj |
an object of class |
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)
.
set.seed(190000) 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,mtf=1,ir=20) simmatrix(tonefix)[sseg(2,3)]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.