Learn R Programming

qtlc (version 1.0)

s3D: Internal function used by showtlc3D

Description

Internal function used by showtlc3D

Usage

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.

Examples

Run this code
## Not run: 
# #Internal function.
# ## End(Not run)

Run the code above in your browser using DataLab