diplot | R Documentation |
Produces a dichromat segment plot.
diplot(
didata,
labels = TRUE,
achro = TRUE,
achrocol = "grey",
achrosize = 0.8,
labels.cex = 1,
out.lwd = 1,
out.lcol = "black",
out.lty = 1,
square = TRUE,
...
)
didata |
(required) a data frame, possibly a result from the
|
labels |
logical. Should the name of each cone be printed next to the corresponding vertex? |
achro |
should a point be plotted at the origin (defaults to |
achrocol |
color of the point at the origin |
achrosize |
size of the point at the origin when |
labels.cex |
size of the arrow labels. |
out.lwd, out.lcol, out.lty |
graphical parameters for the plot outline. |
square |
logical. Should the aspect ratio of the plot be held to 1:1?
(defaults to |
... |
additional graphical options. See |
Thomas White thomas.white026@gmail.com
Kelber A, Vorobyev M, Osorio D. (2003). Animal colour vision - behavioural tests and physiological concepts. Biological Reviews, 78, 81 - 118.
data(flowers)
vis.flowers <- vismodel(flowers, visual = "canis")
di.flowers <- colspace(vis.flowers, space = "di")
plot(di.flowers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.