powered by
Produces a plot based on Troje's (1993) categorical colour model.
catplot(catdata, labels = TRUE, labels.cex = 0.9, ...)
(required) a data frame, possibly a result from the colspace() or categorical() function, containing values for 'x' and 'y' coordinates as columns (labeled as such).
colspace()
categorical()
plot category labels inside? Defaults to TRUE.
TRUE
size of the arrow labels.
additional graphical options. See par().
par()
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)
Run the code above in your browser using DataLab