Usage
cieplot(ciedata, mono = TRUE, out.lwd = NULL, out.lcol = "black",
out.lty = 1, view = 70, scale.y = 0.45, axis = FALSE, grid = FALSE,
xlim = c(-12.8, 12.7), ylim = c(-12.8, 12.7), zlim = c(0, 10),
margin = c(1, 1, 1, 1), ...)
Arguments
ciedata
(required). a data frame, possibly a result from the colspace
or cie
function, containing values for 'x', 'y' and 'z' coordinates
as columns (labeled as such).
mono
should the monochromatic loci (the 'horseshoe') be
plotted? Defaults to TRUE
.
out.lwd, out.lcol, out.lty
graphical parameters for the monochromatic loci outline.
view
orientation of the 3d plot in degrees, when space = 'cielab'
(defaults to 70).
scale.y
numeric. Perspective scaling of the y axis (defaults to 0.45
).
axis
logical. Draw X, Y and Z axis (defaults to FALSE
).
grid
logical. Draw grid (defaults to FALSE
).
xlim, ylim, zlim
axis limits
margin
vector of four numbers specifying drawing margins (defaults to c(1,1,1,1))
...
Additional graphical options. See par
.