cplot3d.plot.color.bar: Plots the color bar of a cplot3d-plot.

View source: R/cplot3d.plot.color.bar.R

cplot3d.plot.color.barR Documentation

Plots the color bar of a cplot3d-plot.

Description

Plots the color bar of a cplot3d-plot.

Usage

cplot3d.plot.color.bar(
  color.bar.col,
  breaks = 40,
  white = 1,
  log = TRUE,
  color.bar = "x--",
  color.bar.lwd = 8,
  color.bar.adj = 0,
  color.bar.tadj = 0.1,
  color.bar.noWhite = TRUE,
  color.bar.nticks = 8,
  color.bar.tickw = 0.005,
  color.bar.tickcol = "black",
  db = TRUE
)

Arguments

color.bar.col

is the color of the color bar, generated inside cplot3d.TSD().

breaks

is the number of breaks of the scale on which the data 'z' are arranged (generated in cplot3d.TSD()).

white

is an integer value representing the number of the lower breaks for which points should not be plotted (corresponding to white points).

log

is TRUE if log transformed data are to be plotted. If so, all values must be positive.

color.bar

is a string of three characters, where the first is one of "x", "y", "z", and denotes along which dimension the color bar should be parallel, the second and third characters are either "-" or "+", and denotes along which of the four edges parallel to the axis given by the first charater, the color bar should be put (where the axes are ranged "x", "y", "z"). color.bar="x-+" puts the color bar on the top south edge, if the x-axis is defined east, the y-axis north and the z-axis vertical.

color.bar.lwd

is the line width of the color bar (thickness).

color.bar.adj

is a vector of adjustment values for the color bar (in the x, y, and z direction), where the values are given as fractions of the size of the corresponding dimensions. If given as a single numeric, 'color.bar.adj' is interpreted as the adjustment in the lowest available dimension (for example in the y direciton if color.bar="x–").

color.bar.tadj

is similar to 'color.bar.adj', but for the labels of the tickmarks on the color bar.

color.bar.noWhite

is FALSE to include all values which are not plotted due to 'white' in the color bar.

color.bar.nticks

is the desired number of ticks on the color bar, used in pretty().

color.bar.tickw

is the thickness of the tick marks on the color bar, as a fraction of the plotting frame.

color.bar.tickcol

is the color of the tich marks.

db

is FALSE if the color bar should display linear (not desibel) values.


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