s3D: Internal function used by showtlc3D

Description Usage Arguments Value Author(s) Examples

Description

Internal function used by showtlc3D

Usage

1
s3D(mat, ogl, grey, ...)

Arguments

mat

Matrix with x,y,Intensity dimensions

ogl

If TLC 3D plot use OpenGL library for fast and interactive 3D plot. (This functionality is based on the rgl package.) Otherwise the function is based on the plot3D package.

grey

Boolean, if TRUE, then tlc is greyscaled. Default value is FALSE.

...

Additional graphics parameters.

Value

None.

Author(s)

Ivan D. Pavicevic, ivanp84@gmail.com

Examples

1
2
3
4
## Not run: 
#Internal function.

## End(Not run)

qtlc documentation built on May 1, 2019, 8:45 p.m.

Related to s3D in qtlc...