Description Usage Arguments Value Warning Author(s) References Examples
The function is used by som.plot
. It is not necessary to call makehexbinplot
directly.
1 2 3 4 5 |
data |
data frame to be plotted |
col |
default colours for the classes of the dataset. Possible values include:
|
show.legend |
default: TRUE; defines if colour legend is displayed |
legend.width |
default: 4; Width of legend |
turn |
default: FALSE; swap X and Y axis |
window.width |
default: NA; width of the window |
window.height |
default: NA; height of the window |
onlyDefCols |
default: FALSE; if TRUE, all undefined colours are replaced by white |
scaleX |
default: NA; scale factor for X axis |
scaleY |
default: NA; scale factor for Y axis |
scale |
default: NA; scale factor for X and Y axis |
new.xdim |
default: NA; scale X axis to specified number of neurons |
new.ydim |
default: NA; scale Y axis to specified number of neurons |
show.box |
default: TRUE; show frame around the plot |
show.axis |
default: FALSE; show x and Y axis |
edit.cols |
default: FALSE; if TRUE, a dialog box opens and allows editing of all color definitions |
show.counter.border |
percentile as limit for the display of labels in the pie charts. |
... |
In addition all arguments accepted by |
The function does not returns a value.
The function is called by som.plot() and not intented to be used directly.
Benjamin Schulz, Andreas Dominik
see function som.plot()
1 2 3 4 | ## Not run:
(data.frame(coo[, c(1,2)], kat = dat[-1, dat[1,1]+1]), ...)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.