Description Usage Arguments Value Note Author(s) See Also
View source: R/HilbertCurveDisplay.R
This is a variant of hilbertDisplay
that takes up to three long data vector but does not display them in different panels (allowing to switch with the “Previous” and “Next” buttons but instead put them in one picture, using the three colour channels to overlay them. This is look for correlations in spatial distribution of the different data vectors.
1 2 3 4 5 6 7 |
dataRed |
The data to be displayed in the red colour channel, to be provided as a numeric vector with values between 0 (black) and 1 (bright red). You may either pass an ordinary R vector or an |
dataGreen |
As |
dataBlue |
As |
naColor |
The color to use to indicate NA. |
fullLength |
The vector length that should correspond to the full display. By default, the length of the longest data vector. It may make sense to round up to the next power of two. |
portrait |
Whether to arrange the buttons to the right of the display. Useful on small screens. |
Invisible NULL.
This function is a bit less mature than the function hilbertDisplay
. Especially, the GUI functions “Linear plot”, “Previous”, and “Next” are displayed but defunct.
Simon Anders
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.