RNLplot3d {colourvision}R Documentation

Receptor noise limited model 3D plot

Description

Plots receptor noise limited model (RNL) for tetrachromatic animals.

Usage

RNLplot3d(model, item="R1",
          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.

item

Model output item to be plotted. Default plots stimulus data. See RNLmodel.

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, plot.colourvision, plot3d.colourvision


[Package colourvision version 2.0.4 Index]