tcs(vismodeldata)
vismodel
or
independently calculated data (in the form of a data
frame with four columns, representing the avian cones).tcs
consisting of the
following rows: u
, s
, m
, l
: the quantum catch
data used to calculate the remaining variables. NOTE:
even if visual sistem is of type V-VIS, the output column
will be labeled u
.
u.r
, s.r
, m.r
, l.r
: relative
cone stimulation, for a given hue, as a function of
saturation. See Stoddard & Prum (2008) for details.
x
, y
, z
: cartesian coordinates for
the points in the tetrahedral color space.
h.theta
, h.phi
: angles theta and phi, in
radians, determining the hue of the color.
r.vec
: the r vector (saturation, distance from the
achromatic center).
r.max
: the maximum r vector achievable for the
color's hue.
r.achieved
: the relative r distance from the
achromatic center, in relation to the maximum distance
achievable (r.vec/r.max
)
Endler, J. A., & Mielke, P. (2005). Comparing entire colour patterns as birds see them. Biological Journal Of The Linnean Society, 86(4), 405-431.
data(sicalis)
vis.sicalis <- vismodel(sicalis, visual='avg.uv')
tcs.sicalis <- tcs(vis.sicalis)
Run the code above in your browser using DataLab