| coordProjCS {ChemoSpec} | R Documentation |
This is a modified version of the function coordProj from package
mclust. In this version, the original symbol scheme for the error
plot is changed to simply plot an X over the letters identifying the groups.
An internal function, not generally called by the user.
coordProjCS(data, dimens = c(1, 2), parameters = NULL, z = NULL,
classification = NULL, truth = NULL, uncertainty = NULL,
what = c("classification", "errors", "uncertainty"), quantiles = c(0.75,
0.95), symbols = NULL, colors = NULL, scale = FALSE, xlim = NULL,
ylim = NULL, CEX = 1, PCH = ".", identify = FALSE, ...)
data |
See |
dimens |
See |
parameters |
See |
z |
See |
classification |
See |
truth |
See |
uncertainty |
See |
what |
See |
quantiles |
See |
symbols |
See |
colors |
See |
scale |
See |
xlim |
See |
ylim |
See |
CEX |
See |
PCH |
See |
identify |
See |
... |
See |
See coordProj.
Bryan A. Hanson, DePauw University. Derived from coordProj.
https://github.com/bryanhanson/ChemoSpec