
Last chance! 50% off unlimited learning
Sale ends in
hexplot(hexdata, achro = TRUE, labels = TRUE, sectors = c("none", "fine",
"coarse"), sec.col = "grey", out.lwd = 1, out.lty = 1,
out.lcol = "black", lab.cex = 1, achrosize = 0.8, achrocol = "grey",
margins = c(1, 1, 2, 2), square = TRUE, ...)
colspace
or hexagon
function, containing values for the 'x' and 'y' coordinates as columns (labeled as such)TRUE
)?TRUE
.'none'
: No sectors (default)
'fine'
: 36 10-degree sectors
'coarse'
: six bee-hue sectors (blue, blue-green, green, uv-green, uv, uv-blue).
'grey'
.labels = TRUE
)achro = TRUE
(defaults to 0.8)achro = TRUE
(defaults to grey)TRUE
).par
.Chittka L, Shmida A, Troje N, Menzel R. (1994). Ultraviolet as a component of flower reflections, and the colour perception of Hymenoptera. Vision research, 34(11), 1489-1508.
## Not run: ------------------------------------
# data(flowers)
# vis.flowers <- vismodel(flowers, visual = 'apis', qcatch = 'Ei', relative = FALSE,
# vonkries = TRUE, achro = 'l', bkg = 'green')
# hex.flowers <- colspace(vis.flowers, space = 'hexagon')
# plot(hex.flowers)
## ---------------------------------------------
Run the code above in your browser using DataLab