Histograms

Parameters used to create histograms in 2d scatter plots :

Length in pixels for half of the bar width in the 2D sccater plot histogram.
Default: 0.5
Used in: all visualizations
histogramBins integer
Number of bins in histogram
See also: createHistogram
Default: false
Used in: all visualizations
Histogram density kernels
See also: createHistogram, showHistogramDensity
Default: epanechnikovKernel
Options: epanechnikovKernel, uniformKernel, triangularKernel, quarticKernel, triweightKernel, gaussianKernel, cosineKernel
Used in: all visualizations
Flag to stagger histograms when multiple variables are present
See also: createHistogram
Default: false
Used in: all visualizations
isCreateHistogram boolean Private
Flag to indicate there is a histogram
Default: false
Used in: all visualizations
isHistogram boolean
Flag to convert the 2D scatter plot into a histogram. That is, the points in the scatter plot are converted to bars that start at the bottom of the Y axis. It is useful to represent proteomics spectra. This can also be done setting scatterType to 'bar'.
Default: false
Used in: all visualizations
Flag to show the density kernel in histograms
See also: createHistogram, histogramDensityKernel
Default: false
Used in: all visualizations