cplot3d.size: Returns a function of one signel numeric, returning the sizes...

View source: R/cplot3d.size.R

cplot3d.sizeR Documentation

Returns a function of one signel numeric, returning the sizes used when plotting voxels by cplot3d.TSD(). The input to the retunred function is the number of breaks of the color plot. The inputs to cplot3d.size() are the type of size function, the range of the size values and the parameters of the size function.

Description

Returns a function of one signel numeric, returning the sizes used when plotting voxels by cplot3d.TSD(). The input to the retunred function is the number of breaks of the color plot. The inputs to cplot3d.size() are the type of size function, the range of the size values and the parameters of the size function.

Usage

cplot3d.size(type = "lin", y = NULL, par = NULL)

Arguments

type

is a three character string representing the type of function of the size. Current valid values are

y

is a vector of the range of the size values.

par

is a vector of 0, 1 or 2 elements representing the parameters to the size function.


arnejohannesholmin/cpplot3d documentation built on April 14, 2024, 11:36 p.m.