GENplot3d {colourvision}R Documentation

Generic model colour space 3D plot

Description

Plots models based on the GENmodel( ) function for tetrachromatic animals.

Usage

GENplot3d(model, col.names=c("X1","X2","X3"),
          vectors=TRUE, vnames=TRUE, vsize="auto",
          xlab="x", ylab="y", zlab="z",
          xlim="auto", ylim="auto", zlim="auto", asp=1, ...)

Arguments

model

Output of a colour vision model.

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.

xlab

see par3d function in the rgl package.

ylab

see par3d function in the rgl package.

zlab

see par3d function in the rgl package.

xlim

x-axis range. Default calculates range automatically. See par3d function in the rgl package.

ylim

y-axis range. Default calculates range automatically. See par3d function in the rgl package.

zlim

z-axis range. Default calculates range automatically. See par3d function in the rgl package.

asp

see plot3d function in the rgl package.

...

Other arguments passed to function plot3d in the rgl package.

Author(s)

Felipe M. Gawryszewski f.gawry@gmail.com

See Also

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


[Package colourvision version 2.0.4 Index]