xgobi
.
quadplot(mat4, pointlabs = rownames(mat4), vertexlabs = paste(1:4), normalize = median(abs(c(mat4))) > 1)
quadplot
uses xgobi
to represent such
vectors graphically as points inside a tetrahetron with height 1: the
four components of the vector are the distances of the point to each
of the sides of the tetrahetron. Each vertex of the tetrahedron
corresponds to the degenerate probability distribution in which one of
the atomic events has probability 1 and the others have probability 0.
The labels of these vertices indicate the event which has probability 1.
quadplot
was posted by Jim Ramsay ramsay@psych.mcgill.ca
to S-news on Fri, 21 May 1993 14:03:15 EDT.
data(PaulKAI)
quadplot(PaulKAI, normalize = TRUE)
Run the code above in your browser using DataLab