Description Usage Arguments Value References Examples
Function to plot an image from a projection matrix.
1 | myImagePlot(x, ...)
|
x |
A projection matrix |
... |
Other arguments to be passed in the function |
Return a plot the input matrix.
Mehmood, T., Liland, K. H., Snipen, L., & Saebo, S. (2012). A review of variable selection methods in partial least squares regression. Chemometrics and Intelligent Laboratory Systems, 118, 62-69.
1 2 3 4 5 | ## create a diagonal matrix
diagM <- diag(1, 100, 100)
## plot the diagonal matrix
myImagePlot(diagM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.