Function which constructs the lines from the borders between
two classes to the center. To be used in connection with
triplot
and quadplot
.
centerlines(n)
number of classes. Meaningful are 3
or 4
.
a matrix with n
-columns.
# NOT RUN { centerlines(3) centerlines(4) # }