catplot | R Documentation |
Produces a plot based on Troje's (1993) categorical colour model.
catplot(catdata, labels = TRUE, labels.cex = 0.9, ...)
catdata |
(required) a data frame, possibly a result from the
|
labels |
plot category labels inside? Defaults to |
labels.cex |
size of the arrow labels. |
... |
additional graphical options. See |
Thomas White thomas.white026@gmail.com
Troje N. (1993). Spectral categories in the learning behaviour of blowflies. Zeitschrift fur Naturforschung C, 48, 96-96.
data(flowers)
vis.flowers <- vismodel(flowers, qcatch = "Qi", visual = "musca", achro = "none", relative = TRUE)
cat.flowers <- colspace(vis.flowers, space = "categorical")
plot(cat.flowers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.