GENplot {colourvision}R Documentation

Generic model colour space 2D and 1D plot

Description

Plots models based on the GENmodel( ) function for trichromatic and dichromatic animals.

Usage

GENplot(model, photo, col.names=c("X1","X2"),
        vectors=TRUE, vnames=TRUE, vsize="auto",
        ylab="y", xlab="x", xlim="auto", ylim="auto", asp=1, ...)

Arguments

model

Output of a colour vision model.

photo

Number of photoreceptor types.

col.names

Column names to be plotted.

vectors

Whether vectors representing direction of photoreceptor outputs should be plotted.

vnames

Whether vector names should be plotted.

vsize

Length of vectors to be plotted. Default calculates length automatically.

ylab

y-axis range. Default calculates range automatically. See par function.

xlab

x-axis range. Default calculates range automatically. See par function.

xlim

see par function.

ylim

see par function.

asp

see plot function.

...

Other arguments passed to plot function.

Author(s)

Felipe M. Gawryszewski f.gawry@gmail.com

See Also

CTTKhexagon, CTTKhexagon3D, EMtriangle, EMtetrahedron, RNLplot, RNLplot3d, GENplot3d, plot.colourvision, plot3d.colourvision


[Package colourvision version 2.0.4 Index]