histK | R Documentation |
'histK()' plots the histogram of a kernel matrix.
histK(K, main = "Histogram of K", vn = FALSE, ...)
K |
Kernel matrix (class "matrix"). |
main |
Plot title. |
vn |
If TRUE, the value of the von Neumann entropy is shown in the plot. (Defaults: FALSE). |
... |
further arguments and graphical parameters passed to 'plot.histogram'. |
Information about the von Neumann entropy can be found at '?vonNeumann()'.
An object of class "histogram".
data <- matrix(rnorm(150),ncol=50,nrow=30)
K <- RBF(data,g=0.01)
histK(K)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.