GENplot3d: Generic model colour space 3D plot

Description Usage Arguments Author(s) See Also

View source: R/colourvision_package.R

Description

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

Usage

1
2
3
4
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


colourvision documentation built on Aug. 2, 2021, 1:06 a.m.